Html Css Color HEX #E2B812 Sunflower

📋 copy color: '#E2B812'

red 226 ◦ green 184 ◦ blue 18

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

Shades of Sunflower #E2B812

Tints of Sunflower #E2B812

RGB

 RED value IS 226 (88.67% from 255) = 52.8%

 GREEN value IS 184 (72.27% from 255) = 42.99%

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

R = 52.8%
G = 42.99%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E2B812 (or 0xE2B812) is known color: Sunflower. HEX triplet: E2, B8 and 12. RGB value is (226,184,18). Sum of RGB (Red+Green+Blue) = 226+184+18=428 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.80% from 428); Green value is 184 (72.27% from 255 or 42.99% from 428); Blue value is 18 (7.42% from 255 or 4.21% from 428); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2B812 is #1D47ED. Grayscale: #B2B2B2. Windows color (decimal): -1918958 or 1226978. OLE color: 1226978.

HSL color Cylindrical-coordinate representation of color #E2B812: hue angle of 47.88º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2B812 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 184 18 -
CMYK 0 0.19 0.92 0.11
HSL 47.88º 0.85% 0.48% -
HSV(B) 47.88º 0.92% 0.89% -
XYZ 48.61 50.49 7.76 -
YUV 177.63 37.91 162.5 -
System Red Green Blue C M Y K H S L
Decimal 226 184 18 0 0.19 0.92 0.11 47.88 0.85 0.48
Hex E2 B8 12 0 13 5C B 30 55 30
Octal 342 270 22 0 23 134 13 60 125 60
Binary 11100010 10111000 10010 0 10011 1011100 1011 110000 1010101 110000

Color Harmonies of #E2B812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B812

Black with #E2B812

Text Example


Text Example

White with #E2B812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B812; }

 p { color: rgb(226,184,18); }

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

background-color css

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

 a { background-color: rgb(226,184,18); }

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

border-color css

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

 span { border-color: rgb(226,184,18); }

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