Html Css Color HEX #E0D008 Sunflower

📋 copy color: '#E0D008'

red 224 ◦ green 208 ◦ blue 8

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

Shades of Sunflower #E0D008

Tints of Sunflower #E0D008

RGB

 RED value IS 224 (87.89% from 255) = 50.91%

 GREEN value IS 208 (81.64% from 255) = 47.27%

 BLUE value IS 8 (3.52% from 255) = 1.82%

R = 50.91%
G = 47.27%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E0D008 (or 0xE0D008) is known color: Sunflower. HEX triplet: E0, D0 and 08. RGB value is (224,208,8). Sum of RGB (Red+Green+Blue) = 224+208+8=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 208 (81.64% from 255 or 47.27% from 440); Blue value is 8 (3.52% from 255 or 1.82% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D008 is #1F2FF7. Grayscale: #BEBEBE. Windows color (decimal): -2043896 or 577760. OLE color: 577760.

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

Color convert

RGB 224 208 8 -
CMYK 0 0.07 0.96 0.12
HSL 55.56º 0.93% 0.45% -
HSV(B) 55.56º 0.96% 0.88% -
XYZ 53.34 60.98 9.19 -
YUV 189.98 25.3 152.26 -
System Red Green Blue C M Y K H S L
Decimal 224 208 8 0 0.07 0.96 0.12 55.56 0.93 0.45
Hex E0 D0 8 0 7 60 C 38 5D 2D
Octal 340 320 10 0 7 140 14 70 135 55
Binary 11100000 11010000 1000 0 111 1100000 1100 111000 1011101 101101

Color Harmonies of #E0D008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D008

Black with #E0D008

Text Example


Text Example

White with #E0D008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D008; }

 p { color: rgb(224,208,8); }

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

background-color css

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

 a { background-color: rgb(224,208,8); }

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

border-color css

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

 span { border-color: rgb(224,208,8); }

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