#E3BB0F

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

Shades of Sunflower #E3BB0F

Tints of Sunflower #E3BB0F

Color information

#E3BB0F (or 0xE3BB0F) is unknown color: approx Sunflower. HEX triplet: E3, BB and 0F. RGB value is (227,187,15). Sum of RGB (Red+Green+Blue) = 227+187+15=429 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.91% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 15 (6.25% from 255 or 3.50% from 429); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BB0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3BB0F is #1C44F0. Grayscale: #B4B4B4. Windows color (decimal): -1852657 or 1031139. OLE color: 1031139.

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

Color convert

RGB22718715-
CMYK00.180.930.11
HSL48.68º87.6%47.45%-
HSV(B)48.68º93.39%89.02%-
XYZ49.5451.917.86-
YUV179.3535.25161.99-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 52.91%
GREEN value IS 187 (73.44% from 255) = 43.59%
BLUE value IS 15 (6.25% from 255) = 3.50%
R=52.91%
G=43.59%
B=3.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271871500.180.930.1148.6887.647.45
HexE3BBF0125DB31582f
Octal34327317022135136113057
Binary11100011101110111111010010101110110111100011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BB0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BB0F; }

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

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

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

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

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

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

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

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