Html Css Color HEX #E5DE3C Starship

📋 copy color: '#E5DE3C'

red 229 ◦ green 222 ◦ blue 60

#E5DE3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Starship #E5DE3C

Tints of Starship #E5DE3C

RGB

 RED value IS 229 (89.84% from 255) = 44.81%

 GREEN value IS 222 (87.11% from 255) = 43.44%

 BLUE value IS 60 (23.83% from 255) = 11.74%

R = 44.81%
G = 43.44%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#E5DE3C (or 0xE5DE3C) is known color: Starship. HEX triplet: E5, DE and 3C. RGB value is (229,222,60). Sum of RGB (Red+Green+Blue) = 229+222+60=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 222 (87.11% from 255 or 43.44% from 511); Blue value is 60 (23.83% from 255 or 11.74% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DE3C is #1A21C3. Grayscale: #CECECE. Windows color (decimal): -1712580 or 3989221. OLE color: 3989221.

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

Color convert

RGB 229 222 60 -
CMYK 0 0.03 0.74 0.10
HSL 57.51º 0.76% 0.57% -
HSV(B) 57.51º 0.74% 0.9% -
XYZ 59.25 69.23 14.51 -
YUV 205.63 45.82 144.67 -
System Red Green Blue C M Y K H S L
Decimal 229 222 60 0 0.03 0.74 0.10 57.51 0.76 0.57
Hex E5 DE 3C 0 3 4A A 3A 4C 39
Octal 345 336 74 0 3 112 12 72 114 71
Binary 11100101 11011110 111100 0 11 1001010 1010 111010 1001100 111001

Color Harmonies of #E5DE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DE3C

Black with #E5DE3C

Text Example


Text Example

White with #E5DE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DE3C; }

 p { color: rgb(229,222,60); }

 H1.HeaderClassName
 {
   color: #E5DE3C;
 }
 .AnyTagClassName
 {
   color: #E5DE3C;
 }
</style>

background-color css

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

 a { background-color: rgb(229,222,60); }

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

border-color css

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

 span { border-color: rgb(229,222,60); }

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