Html Css Color HEX #E1D008 Sunflower

📋 copy color: '#E1D008'

red 225 ◦ green 208 ◦ blue 8

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

Shades of Sunflower #E1D008

Tints of Sunflower #E1D008

RGB

 RED value IS 225 (88.28% from 255) = 51.02%

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

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

R = 51.02%
G = 47.17%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E1D008 (or 0xE1D008) is known color: Sunflower. HEX triplet: E1, D0 and 08. RGB value is (225,208,8). Sum of RGB (Red+Green+Blue) = 225+208+8=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 8 (3.52% from 255 or 1.81% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D008 is #1E2FF7. Grayscale: #BFBFBF. Windows color (decimal): -1978360 or 577761. OLE color: 577761.

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

Color convert

RGB 225 208 8 -
CMYK 0 0.08 0.96 0.12
HSL 55.3º 0.93% 0.46% -
HSV(B) 55.3º 0.96% 0.88% -
XYZ 53.65 61.14 9.2 -
YUV 190.28 25.13 152.76 -
System Red Green Blue C M Y K H S L
Decimal 225 208 8 0 0.08 0.96 0.12 55.3 0.93 0.46
Hex E1 D0 8 0 8 60 C 37 5D 2E
Octal 341 320 10 0 10 140 14 67 135 56
Binary 11100001 11010000 1000 0 1000 1100000 1100 110111 1011101 101110

Color Harmonies of #E1D008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D008

Black with #E1D008

Text Example


Text Example

White with #E1D008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D008; }

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

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

background-color css

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

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

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

border-color css

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

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

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