#E5CF35

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

Shades of Starship #E5CF35

Tints of Starship #E5CF35

Color information

#E5CF35 (or 0xE5CF35) is unknown color: approx Starship. HEX triplet: E5, CF and 35. RGB value is (229,207,53). Sum of RGB (Red+Green+Blue) = 229+207+53=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 53 (21.09% from 255 or 10.84% from 489); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CF35 is #1A30CA. Grayscale: #C4C4C4. Windows color (decimal): -1716427 or 3526629. OLE color: 3526629.

HSL color Cylindrical-coordinate representation of color #E5CF35: hue angle of 52.5º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E5CF35 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB22920753-
CMYK00.100.770.10
HSL52.5º77.19%55.29%-
HSV(B)52.5º76.86%89.8%-
XYZ55.2761.5412.33-
YUV196.0247.29151.52-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.83%
GREEN value IS 207 (81.25% from 255) = 42.33%
BLUE value IS 53 (21.09% from 255) = 10.84%
R=46.83%
G=42.33%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.77
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292075300.100.770.1052.577.1955.29
HexE5CF350A4DA344d37
Octal34531765012115126411567
Binary111001011100111111010101010100110110101101001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CF35; }

 p { color: rgb(229,207,53); }

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

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

 a { background-color: rgb(229,207,53); }

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

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

 span { border-color: rgb(229,207,53); }

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