Html Css Color HEX #E0B206 Sunflower

📋 copy color: '#E0B206'

red 224 ◦ green 178 ◦ blue 6

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

Shades of Sunflower #E0B206

Tints of Sunflower #E0B206

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.63%

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

R = 54.9%
G = 43.63%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E0B206 (or 0xE0B206) is known color: Sunflower. HEX triplet: E0, B2 and 06. RGB value is (224,178,6). Sum of RGB (Red+Green+Blue) = 224+178+6=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 178 (69.92% from 255 or 43.63% from 408); Blue value is 6 (2.73% from 255 or 1.47% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0B206 is #1F4DF9. Grayscale: #ACACAC. Windows color (decimal): -2051578 or 439008. OLE color: 439008.

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

Color convert

RGB 224 178 6 -
CMYK 0 0.21 0.97 0.12
HSL 47.34º 0.95% 0.45% -
HSV(B) 47.34º 0.97% 0.88% -
XYZ 46.69 47.7 6.92 -
YUV 172.15 34.24 164.99 -
System Red Green Blue C M Y K H S L
Decimal 224 178 6 0 0.21 0.97 0.12 47.34 0.95 0.45
Hex E0 B2 6 0 15 61 C 2F 5F 2D
Octal 340 262 6 0 25 141 14 57 137 55
Binary 11100000 10110010 110 0 10101 1100001 1100 101111 1011111 101101

Color Harmonies of #E0B206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B206

Black with #E0B206

Text Example


Text Example

White with #E0B206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B206; }

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

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

background-color css

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

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

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

border-color css

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

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

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