Html Css Color HEX #E2B712 Sunflower

📋 copy color: '#E2B712'

red 226 ◦ green 183 ◦ blue 18

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

Shades of Sunflower #E2B712

Tints of Sunflower #E2B712

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.86%

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

R = 52.93%
G = 42.86%
B = 4.22%

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

#E2B712 (or 0xE2B712) is known color: Sunflower. HEX triplet: E2, B7 and 12. RGB value is (226,183,18). Sum of RGB (Red+Green+Blue) = 226+183+18=427 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.93% from 427); Green value is 183 (71.88% from 255 or 42.86% from 427); Blue value is 18 (7.42% from 255 or 4.22% from 427); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2B712 is #1D48ED. Grayscale: #B1B1B1. Windows color (decimal): -1919214 or 1226722. OLE color: 1226722.

HSL color Cylindrical-coordinate representation of color #E2B712: hue angle of 47.6º 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 #E2B712 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 183 18 -
CMYK 0 0.19 0.92 0.11
HSL 47.6º 0.85% 0.48% -
HSV(B) 47.6º 0.92% 0.89% -
XYZ 48.41 50.08 7.69 -
YUV 177.05 38.25 162.92 -
System Red Green Blue C M Y K H S L
Decimal 226 183 18 0 0.19 0.92 0.11 47.6 0.85 0.48
Hex E2 B7 12 0 13 5C B 30 55 30
Octal 342 267 22 0 23 134 13 60 125 60
Binary 11100010 10110111 10010 0 10011 1011100 1011 110000 1010101 110000

Color Harmonies of #E2B712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B712

Black with #E2B712

Text Example


Text Example

White with #E2B712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B712; }

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

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

background-color css

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

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

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

border-color css

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

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

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