#E7BF0B

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

Shades of Sunflower #E7BF0B

Tints of Sunflower #E7BF0B

Color information

#E7BF0B (or 0xE7BF0B) is unknown color: approx Sunflower. HEX triplet: E7, BF and 0B. RGB value is (231,191,11). Sum of RGB (Red+Green+Blue) = 231+191+11=433 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.35% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 11 (4.69% from 255 or 2.54% from 433); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BF0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7BF0B is #1840F4. Grayscale: #B7B7B7. Windows color (decimal): -1589493 or 770023. OLE color: 770023.

HSL color Cylindrical-coordinate representation of color #E7BF0B: hue angle of 49.09º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7BF0B is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB23119111-
CMYK00.170.950.09
HSL49.09º90.91%47.45%-
HSV(B)49.09º95.24%90.59%-
XYZ51.6554.278.07-
YUV182.4431.25162.64-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 53.35%
GREEN value IS 191 (75% from 255) = 44.11%
BLUE value IS 11 (4.69% from 255) = 2.54%
R=53.35%
G=44.11%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.95
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311911100.170.950.0949.0990.9147.45
HexE7BFB0115F9315b2f
Octal34727713021137116113357
Binary11100111101111111011010001101111110011100011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BF0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BF0B; }

 p { color: rgb(231,191,11); }

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

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

 a { background-color: rgb(231,191,11); }

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

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

 span { border-color: rgb(231,191,11); }

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