#E2BB0F

Color #E2BB0F Sunflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunflower #E2BB0F

Tints of Sunflower #E2BB0F

Color information

#E2BB0F (or 0xE2BB0F) is unknown color: approx Sunflower. HEX triplet: E2, BB and 0F. RGB value is (226,187,15). Sum of RGB (Red+Green+Blue) = 226+187+15=428 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.80% from 428); Green value is 187 (73.44% from 255 or 43.69% from 428); Blue value is 15 (6.25% from 255 or 3.50% from 428); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BB0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2BB0F is #1D44F0. Grayscale: #B3B3B3. Windows color (decimal): -1918193 or 1031138. OLE color: 1031138.

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

Color convert

RGB22618715-
CMYK00.170.930.11
HSL48.91º87.55%47.25%-
HSV(B)48.91º93.36%88.63%-
XYZ49.2251.747.85-
YUV179.0535.42161.49-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 52.80%
GREEN value IS 187 (73.44% from 255) = 43.69%
BLUE value IS 15 (6.25% from 255) = 3.50%
R=52.80%
G=43.69%
B=3.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261871500.170.930.1148.9187.5547.25
HexE2BBF0115DB31582f
Octal34227317021135136113057
Binary11100010101110111111010001101110110111100011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BB0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BB0F; }

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

 H1.HeaderClassName
 {
   color: #E2BB0F;
 }
 .AnyTagClassName
 {
   color: #E2BB0F;
 }
</style>
background-color css

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

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

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

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

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

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