#E1D23B

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

Shades of Starship #E1D23B

Tints of Starship #E1D23B

Color information

#E1D23B (or 0xE1D23B) is unknown color: approx Starship. HEX triplet: E1, D2 and 3B. RGB value is (225,210,59). Sum of RGB (Red+Green+Blue) = 225+210+59=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 59 (23.44% from 255 or 11.94% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D23B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D23B is #1E2DC4. Grayscale: #C5C5C5. Windows color (decimal): -1977797 or 3920609. OLE color: 3920609.

HSL color Cylindrical-coordinate representation of color #E1D23B: hue angle of 54.58º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E1D23B is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB22521059-
CMYK00.070.740.12
HSL54.58º73.45%55.69%-
HSV(B)54.58º73.78%88.24%-
XYZ54.8962.4213.29-
YUV197.2749.97147.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.55%
GREEN value IS 210 (82.42% from 255) = 42.51%
BLUE value IS 59 (23.44% from 255) = 11.94%
R=45.55%
G=42.51%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252105900.070.740.1254.5873.4555.69
HexE1D23B074AC374938
Octal3413227307112146711170
Binary11100001110100101110110111100101011001101111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D23B; }

 p { color: rgb(225,210,59); }

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

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

 a { background-color: rgb(225,210,59); }

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

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

 span { border-color: rgb(225,210,59); }

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