#EFBB3D

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

Shades of Saffron #EFBB3D

Tints of Saffron #EFBB3D

Color information

#EFBB3D (or 0xEFBB3D) is unknown color: approx Saffron. HEX triplet: EF, BB and 3D. RGB value is (239,187,61). Sum of RGB (Red+Green+Blue) = 239+187+61=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 61 (24.22% from 255 or 12.53% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBB3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBB3D is #1044C2. Grayscale: #BCBCBC. Windows color (decimal): -1066179 or 4045807. OLE color: 4045807.

HSL color Cylindrical-coordinate representation of color #EFBB3D: hue angle of 42.47º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EFBB3D is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB23918761-
CMYK00.220.740.06
HSL42.47º84.76%58.82%-
HSV(B)42.47º74.48%93.73%-
XYZ54.2154.2312.02-
YUV188.1856.23164.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.08%
GREEN value IS 187 (73.44% from 255) = 38.40%
BLUE value IS 61 (24.22% from 255) = 12.53%
R=49.08%
G=38.40%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391876100.220.740.0642.4784.7658.82
HexEFBB3D0164A62a553b
Octal3572737502611265212573
Binary111011111011101111110101011010010101101010101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBB3D; }

 p { color: rgb(239,187,61); }

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

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

 a { background-color: rgb(239,187,61); }

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

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

 span { border-color: rgb(239,187,61); }

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