#EFBF3A

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

Shades of Saffron #EFBF3A

Tints of Saffron #EFBF3A

Color information

#EFBF3A (or 0xEFBF3A) is unknown color: approx Saffron. HEX triplet: EF, BF and 3A. RGB value is (239,191,58). Sum of RGB (Red+Green+Blue) = 239+191+58=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 58 (23.05% from 255 or 11.89% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBF3A is #1040C5. Grayscale: #BEBEBE. Windows color (decimal): -1065158 or 3850223. OLE color: 3850223.

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

Color convert

RGB23919158-
CMYK00.200.760.06
HSL44.09º84.98%58.24%-
HSV(B)44.09º75.73%93.73%-
XYZ54.9955.9211.9-
YUV190.1953.4162.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.98%
GREEN value IS 191 (75% from 255) = 39.14%
BLUE value IS 58 (23.05% from 255) = 11.89%
R=48.98%
G=39.14%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.76
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391915800.200.760.0644.0984.9858.24
HexEFBF3A0144C62c553a
Octal3572777202411465412572
Binary111011111011111111101001010010011001101011001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBF3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBF3A; }

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

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

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

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

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

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

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

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