Html Css Color HEX #E2BE12 Sunflower

📋 copy color: '#E2BE12'

red 226 ◦ green 190 ◦ blue 18

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

Shades of Sunflower #E2BE12

Tints of Sunflower #E2BE12

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.78%

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

R = 52.07%
G = 43.78%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E2BE12 (or 0xE2BE12) is known color: Sunflower. HEX triplet: E2, BE and 12. RGB value is (226,190,18). Sum of RGB (Red+Green+Blue) = 226+190+18=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 18 (7.42% from 255 or 4.15% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2BE12 is #1D41ED. Grayscale: #B5B5B5. Windows color (decimal): -1917422 or 1228514. OLE color: 1228514.

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

Color convert

RGB 226 190 18 -
CMYK 0 0.16 0.92 0.11
HSL 49.62º 0.85% 0.48% -
HSV(B) 49.62º 0.92% 0.89% -
XYZ 49.89 53.04 8.18 -
YUV 181.16 35.93 159.99 -
System Red Green Blue C M Y K H S L
Decimal 226 190 18 0 0.16 0.92 0.11 49.62 0.85 0.48
Hex E2 BE 12 0 10 5C B 32 55 30
Octal 342 276 22 0 20 134 13 62 125 60
Binary 11100010 10111110 10010 0 10000 1011100 1011 110010 1010101 110000

Color Harmonies of #E2BE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BE12

Black with #E2BE12

Text Example


Text Example

White with #E2BE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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