Html Css Color HEX #E2BB1F Sunflower

📋 copy color: '#E2BB1F'

red 226 ◦ green 187 ◦ blue 31

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

Shades of Sunflower #E2BB1F

Tints of Sunflower #E2BB1F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.12%

 BLUE value IS 31 (12.5% from 255) = 6.98%

R = 50.9%
G = 42.12%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E2BB1F (or 0xE2BB1F) is known color: Sunflower. HEX triplet: E2, BB and 1F. RGB value is (226,187,31). Sum of RGB (Red+Green+Blue) = 226+187+31=444 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.90% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 31 (12.5% from 255 or 6.98% from 444); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BB1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BB1F is #1D44E0. Grayscale: #B5B5B5. Windows color (decimal): -1918177 or 2079714. OLE color: 2079714.

HSL color Cylindrical-coordinate representation of color #E2BB1F: hue angle of 48º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2BB1F is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 187 31 -
CMYK 0 0.17 0.86 0.11
HSL 48º 0.77% 0.5% -
HSV(B) 48º 0.86% 0.89% -
XYZ 49.38 51.81 8.69 -
YUV 180.88 43.42 160.18 -
System Red Green Blue C M Y K H S L
Decimal 226 187 31 0 0.17 0.86 0.11 48 0.77 0.5
Hex E2 BB 1F 0 11 56 B 30 4D 32
Octal 342 273 37 0 21 126 13 60 115 62
Binary 11100010 10111011 11111 0 10001 1010110 1011 110000 1001101 110010

Color Harmonies of #E2BB1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BB1F

Black with #E2BB1F

Text Example


Text Example

White with #E2BB1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BB1F; }

 p { color: rgb(226,187,31); }

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

background-color css

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

 a { background-color: rgb(226,187,31); }

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

border-color css

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

 span { border-color: rgb(226,187,31); }

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