#EFBC0B

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

Shades of Golden Poppy #EFBC0B

Tints of Golden Poppy #EFBC0B

Color information

#EFBC0B (or 0xEFBC0B) is unknown color: approx Golden Poppy. HEX triplet: EF, BC and 0B. RGB value is (239,188,11). Sum of RGB (Red+Green+Blue) = 239+188+11=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 11 (4.69% from 255 or 2.51% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBC0B is #1043F4. Grayscale: #B7B7B7. Windows color (decimal): -1065973 or 769263. OLE color: 769263.

HSL color Cylindrical-coordinate representation of color #EFBC0B: hue angle of 46.58º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFBC0B is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB23918811-
CMYK00.210.950.06
HSL46.58º91.2%49.02%-
HSV(B)46.58º95.4%93.73%-
XYZ53.6454.347.98-
YUV183.0730.9167.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.57%
GREEN value IS 188 (73.83% from 255) = 42.92%
BLUE value IS 11 (4.69% from 255) = 2.51%
R=54.57%
G=42.92%
B=2.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.95
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391881100.210.950.0646.5891.249.02
HexEFBCB0155F62f5b31
Octal3572741302513765713361
Binary1110111110111100101101010110111111101011111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBC0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBC0B; }

 p { color: rgb(239,188,11); }

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

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

 a { background-color: rgb(239,188,11); }

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

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

 span { border-color: rgb(239,188,11); }

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