Html Css Color HEX #E0D206 Sunflower

📋 copy color: '#E0D206'

red 224 ◦ green 210 ◦ blue 6

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

Shades of Sunflower #E0D206

Tints of Sunflower #E0D206

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.73%

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

R = 50.91%
G = 47.73%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E0D206 (or 0xE0D206) is known color: Sunflower. HEX triplet: E0, D2 and 06. RGB value is (224,210,6). Sum of RGB (Red+Green+Blue) = 224+210+6=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 210 (82.42% from 255 or 47.73% from 440); Blue value is 6 (2.73% from 255 or 1.36% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D206 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D206 is #1F2DF9. Grayscale: #BFBFBF. Windows color (decimal): -2043386 or 447200. OLE color: 447200.

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

Color convert

RGB 224 210 6 -
CMYK 0 0.06 0.97 0.12
HSL 56.15º 0.95% 0.45% -
HSV(B) 56.15º 0.97% 0.88% -
XYZ 53.82 61.95 9.29 -
YUV 190.93 23.64 151.59 -
System Red Green Blue C M Y K H S L
Decimal 224 210 6 0 0.06 0.97 0.12 56.15 0.95 0.45
Hex E0 D2 6 0 6 61 C 38 5F 2D
Octal 340 322 6 0 6 141 14 70 137 55
Binary 11100000 11010010 110 0 110 1100001 1100 111000 1011111 101101

Color Harmonies of #E0D206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D206

Black with #E0D206

Text Example


Text Example

White with #E0D206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D206; }

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

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

background-color css

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

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

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

border-color css

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

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

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