Html Css Color HEX #E0B212 Sunflower

📋 copy color: '#E0B212'

red 224 ◦ green 178 ◦ blue 18

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

Shades of Sunflower #E0B212

Tints of Sunflower #E0B212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.29%

R = 53.33%
G = 42.38%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E0B212 (or 0xE0B212) is known color: Sunflower. HEX triplet: E0, B2 and 12. RGB value is (224,178,18). Sum of RGB (Red+Green+Blue) = 224+178+18=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 18 (7.42% from 255 or 4.29% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0B212 is #1F4DED. Grayscale: #AEAEAE. Windows color (decimal): -2051566 or 1225440. OLE color: 1225440.

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

Color convert

RGB 224 178 18 -
CMYK 0 0.21 0.92 0.12
HSL 46.6º 0.85% 0.47% -
HSV(B) 46.6º 0.92% 0.88% -
XYZ 46.77 47.73 7.32 -
YUV 173.51 40.24 164.01 -
System Red Green Blue C M Y K H S L
Decimal 224 178 18 0 0.21 0.92 0.12 46.6 0.85 0.47
Hex E0 B2 12 0 15 5C C 2F 55 2F
Octal 340 262 22 0 25 134 14 57 125 57
Binary 11100000 10110010 10010 0 10101 1011100 1100 101111 1010101 101111

Color Harmonies of #E0B212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B212

Black with #E0B212

Text Example


Text Example

White with #E0B212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B212; }

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

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

background-color css

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

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

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

border-color css

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

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

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