Html Css Color HEX #E0B204 Sunflower

📋 copy color: '#E0B204'

red 224 ◦ green 178 ◦ blue 4

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

Shades of Sunflower #E0B204

Tints of Sunflower #E0B204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.99%

R = 55.17%
G = 43.84%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E0B204 (or 0xE0B204) is known color: Sunflower. HEX triplet: E0, B2 and 04. RGB value is (224,178,4). Sum of RGB (Red+Green+Blue) = 224+178+4=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 4 (1.95% from 255 or 0.99% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0B204 is #1F4DFB. Grayscale: #ACACAC. Windows color (decimal): -2051580 or 307936. OLE color: 307936.

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

Color convert

RGB 224 178 4 -
CMYK 0 0.21 0.98 0.12
HSL 47.45º 0.96% 0.45% -
HSV(B) 47.45º 0.98% 0.88% -
XYZ 46.68 47.7 6.86 -
YUV 171.92 33.24 165.15 -
System Red Green Blue C M Y K H S L
Decimal 224 178 4 0 0.21 0.98 0.12 47.45 0.96 0.45
Hex E0 B2 4 0 15 62 C 2F 60 2D
Octal 340 262 4 0 25 142 14 57 140 55
Binary 11100000 10110010 100 0 10101 1100010 1100 101111 1100000 101101

Color Harmonies of #E0B204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B204

Black with #E0B204

Text Example


Text Example

White with #E0B204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B204; }

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

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

background-color css

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

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

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

border-color css

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

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

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