#E2D83B

Color #E2D83B Starship (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Starship #E2D83B

Tints of Starship #E2D83B

Color information

#E2D83B (or 0xE2D83B) is unknown color: approx Starship. HEX triplet: E2, D8 and 3B. RGB value is (226,216,59). Sum of RGB (Red+Green+Blue) = 226+216+59=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 59 (23.44% from 255 or 11.78% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D83B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D83B is #1D27C4. Grayscale: #C9C9C9. Windows color (decimal): -1910725 or 3922146. OLE color: 3922146.

HSL color Cylindrical-coordinate representation of color #E2D83B: hue angle of 56.41º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E2D83B is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB22621659-
CMYK00.040.740.11
HSL56.41º74.22%55.88%-
HSV(B)56.41º73.89%88.63%-
XYZ56.7165.613.81-
YUV201.0947.81145.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 45.11%
GREEN value IS 216 (84.77% from 255) = 43.11%
BLUE value IS 59 (23.44% from 255) = 11.78%
R=45.11%
G=43.11%
B=11.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262165900.040.740.1156.4174.2255.88
HexE2D83B044AB384a38
Octal3423307304112137011270
Binary11100010110110001110110100100101010111110001001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D83B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D83B; }

 p { color: rgb(226,216,59); }

 H1.HeaderClassName
 {
   color: #E2D83B;
 }
 .AnyTagClassName
 {
   color: #E2D83B;
 }
</style>
background-color css

<style>
 a { background-color: #E2D83B; }

 a { background-color: rgb(226,216,59); }

 div.DivClassName
 {
   background-color: #E2D83B;
 }
 .BgClassName
 {
   background-color: #E2D83B;
 }
</style>
border-color css

<style>
 span { border-color: #E2D83B; }

 span { border-color: rgb(226,216,59); }

 td.TdClassName
 {
   border-color: #E2D83B;
 }
 .TagClassName
 {
   border-color: #E2D83B;
 }
</style>