#EFBF35

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

Shades of Saffron #EFBF35

Tints of Saffron #EFBF35

Color information

#EFBF35 (or 0xEFBF35) is unknown color: approx Saffron. HEX triplet: EF, BF and 35. RGB value is (239,191,53). Sum of RGB (Red+Green+Blue) = 239+191+53=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 53 (21.09% from 255 or 10.97% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBF35 is #1040CA. Grayscale: #BEBEBE. Windows color (decimal): -1065163 or 3522543. OLE color: 3522543.

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

Color convert

RGB23919153-
CMYK00.200.780.06
HSL44.52º85.32%57.25%-
HSV(B)44.52º77.82%93.73%-
XYZ54.8755.8711.26-
YUV189.6250.9163.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.48%
GREEN value IS 191 (75% from 255) = 39.54%
BLUE value IS 53 (21.09% from 255) = 10.97%
R=49.48%
G=39.54%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.78
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391915300.200.780.0644.5285.3257.25
HexEFBF350144E62d5539
Octal3572776502411665512571
Binary111011111011111111010101010010011101101011011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBF35; }

 p { color: rgb(239,191,53); }

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

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

 a { background-color: rgb(239,191,53); }

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

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

 span { border-color: rgb(239,191,53); }

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