#E2D43B

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

Shades of Starship #E2D43B

Tints of Starship #E2D43B

Color information

#E2D43B (or 0xE2D43B) is unknown color: approx Starship. HEX triplet: E2, D4 and 3B. RGB value is (226,212,59). Sum of RGB (Red+Green+Blue) = 226+212+59=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 59 (23.44% from 255 or 11.87% from 497); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D43B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D43B is #1D2BC4. Grayscale: #C7C7C7. Windows color (decimal): -1911749 or 3921122. OLE color: 3921122.

HSL color Cylindrical-coordinate representation of color #E2D43B: hue angle of 54.97º 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 #E2D43B is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB22621259-
CMYK00.060.740.11
HSL54.97º74.22%55.88%-
HSV(B)54.97º73.89%88.63%-
XYZ55.763.5713.47-
YUV198.7449.14147.44-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.47%
GREEN value IS 212 (83.20% from 255) = 42.66%
BLUE value IS 59 (23.44% from 255) = 11.87%
R=45.47%
G=42.66%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262125900.060.740.1154.9774.2255.88
HexE2D43B064AB374a38
Octal3423247306112136711270
Binary11100010110101001110110110100101010111101111001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D43B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D43B; }

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

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

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

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

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

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

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

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