#EFBE3C

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

Shades of Saffron #EFBE3C

Tints of Saffron #EFBE3C

Color information

#EFBE3C (or 0xEFBE3C) is unknown color: approx Saffron. HEX triplet: EF, BE and 3C. RGB value is (239,190,60). Sum of RGB (Red+Green+Blue) = 239+190+60=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 60 (23.83% from 255 or 12.27% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBE3C is #1041C3. Grayscale: #BEBEBE. Windows color (decimal): -1065412 or 3981039. OLE color: 3981039.

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

Color convert

RGB23919060-
CMYK00.210.750.06
HSL43.58º84.83%58.63%-
HSV(B)43.58º74.9%93.73%-
XYZ54.8355.512.1-
YUV189.8354.73163.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.88%
GREEN value IS 190 (74.61% from 255) = 38.85%
BLUE value IS 60 (23.83% from 255) = 12.27%
R=48.88%
G=38.85%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391906000.210.750.0643.5884.8358.63
HexEFBE3C0154B62c553b
Octal3572767402511365412573
Binary111011111011111011110001010110010111101011001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBE3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBE3C; }

 p { color: rgb(239,190,60); }

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

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

 a { background-color: rgb(239,190,60); }

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

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

 span { border-color: rgb(239,190,60); }

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