#E4BF03

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

Shades of Golden Poppy #E4BF03

Tints of Golden Poppy #E4BF03

Color information

#E4BF03 (or 0xE4BF03) is unknown color: approx Golden Poppy. HEX triplet: E4, BF and 03. RGB value is (228,191,3). Sum of RGB (Red+Green+Blue) = 228+191+3=422 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.03% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 3 (1.56% from 255 or 0.71% from 422); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BF03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4BF03 is #1B40FC. Grayscale: #B5B5B5. Windows color (decimal): -1786109 or 245732. OLE color: 245732.

HSL color Cylindrical-coordinate representation of color #E4BF03: hue angle of 50.13º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E4BF03 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB2281913-
CMYK00.160.990.11
HSL50.13º97.4%45.29%-
HSV(B)50.13º98.68%89.41%-
XYZ50.6453.767.79-
YUV180.6327.76161.79-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 54.03%
GREEN value IS 191 (75% from 255) = 45.26%
BLUE value IS 3 (1.56% from 255) = 0.71%
R=54.03%
G=45.26%
B=0.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.99
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228191300.160.990.1150.1397.445.29
HexE4BF301063B32612d
Octal3442773020143136214155
Binary111001001011111111010000110001110111100101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BF03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BF03; }

 p { color: rgb(228,191,3); }

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

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

 a { background-color: rgb(228,191,3); }

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

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

 span { border-color: rgb(228,191,3); }

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