Html Css Color HEX #E0D406 Sunflower

📋 copy color: '#E0D406'

red 224 ◦ green 212 ◦ blue 6

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

Shades of Sunflower #E0D406

Tints of Sunflower #E0D406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.36%

R = 50.68%
G = 47.96%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E0D406 (or 0xE0D406) is known color: Sunflower. HEX triplet: E0, D4 and 06. RGB value is (224,212,6). Sum of RGB (Red+Green+Blue) = 224+212+6=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 212 (83.20% from 255 or 47.96% from 442); Blue value is 6 (2.73% from 255 or 1.36% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D406 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D406 is #1F2BF9. Grayscale: #C0C0C0. Windows color (decimal): -2042874 or 447712. OLE color: 447712.

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

Color convert

RGB 224 212 6 -
CMYK 0 0.05 0.97 0.12
HSL 56.7º 0.95% 0.45% -
HSV(B) 56.7º 0.97% 0.88% -
XYZ 54.32 62.95 9.46 -
YUV 192.1 22.98 150.75 -
System Red Green Blue C M Y K H S L
Decimal 224 212 6 0 0.05 0.97 0.12 56.7 0.95 0.45
Hex E0 D4 6 0 5 61 C 39 5F 2D
Octal 340 324 6 0 5 141 14 71 137 55
Binary 11100000 11010100 110 0 101 1100001 1100 111001 1011111 101101

Color Harmonies of #E0D406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D406

Black with #E0D406

Text Example


Text Example

White with #E0D406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D406; }

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

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

background-color css

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

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

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

border-color css

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

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

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