Html Css Color HEX #E0D408 Sunflower

📋 copy color: '#E0D408'

red 224 ◦ green 212 ◦ blue 8

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

Shades of Sunflower #E0D408

Tints of Sunflower #E0D408

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.75%

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

R = 50.45%
G = 47.75%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E0D408 (or 0xE0D408) is known color: Sunflower. HEX triplet: E0, D4 and 08. RGB value is (224,212,8). Sum of RGB (Red+Green+Blue) = 224+212+8=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 212 (83.20% from 255 or 47.75% from 444); Blue value is 8 (3.52% from 255 or 1.80% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D408 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D408 is #1F2BF7. Grayscale: #C1C1C1. Windows color (decimal): -2042872 or 578784. OLE color: 578784.

HSL color Cylindrical-coordinate representation of color #E0D408: hue angle of 56.67º 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 #E0D408 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 212 8 -
CMYK 0 0.05 0.96 0.12
HSL 56.67º 0.93% 0.45% -
HSV(B) 56.67º 0.96% 0.88% -
XYZ 54.33 62.95 9.52 -
YUV 192.33 23.98 150.59 -
System Red Green Blue C M Y K H S L
Decimal 224 212 8 0 0.05 0.96 0.12 56.67 0.93 0.45
Hex E0 D4 8 0 5 60 C 39 5D 2D
Octal 340 324 10 0 5 140 14 71 135 55
Binary 11100000 11010100 1000 0 101 1100000 1100 111001 1011101 101101

Color Harmonies of #E0D408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D408

Black with #E0D408

Text Example


Text Example

White with #E0D408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D408; }

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

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

background-color css

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

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

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

border-color css

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

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

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