#EFB907

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

Shades of Golden Poppy #EFB907

Tints of Golden Poppy #EFB907

Color information

#EFB907 (or 0xEFB907) is unknown color: approx Golden Poppy. HEX triplet: EF, B9 and 07. RGB value is (239,185,7). Sum of RGB (Red+Green+Blue) = 239+185+7=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 7 (3.12% from 255 or 1.62% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB907 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB907 is #1046F8. Grayscale: #B5B5B5. Windows color (decimal): -1066745 or 506351. OLE color: 506351.

HSL color Cylindrical-coordinate representation of color #EFB907: hue angle of 46.03º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EFB907 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB2391857-
CMYK00.230.970.06
HSL46.03º94.31%48.24%-
HSV(B)46.03º97.07%93.73%-
XYZ52.9853.067.65-
YUV180.8529.89169.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 55.45%
GREEN value IS 185 (72.66% from 255) = 42.92%
BLUE value IS 7 (3.12% from 255) = 1.62%
R=55.45%
G=42.92%
B=1.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.97
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239185700.230.970.0646.0394.3148.24
HexEFB970176162e5e30
Octal357271702714165613660
Binary111011111011100111101011111000011101011101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB907; }

 p { color: rgb(239,185,7); }

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

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

 a { background-color: rgb(239,185,7); }

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

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

 span { border-color: rgb(239,185,7); }

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