#EFC13F

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

Shades of Saffron #EFC13F

Tints of Saffron #EFC13F

Color information

#EFC13F (or 0xEFC13F) is unknown color: approx Saffron. HEX triplet: EF, C1 and 3F. RGB value is (239,193,63). Sum of RGB (Red+Green+Blue) = 239+193+63=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 63 (25% from 255 or 12.73% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC13F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC13F is #103EC0. Grayscale: #C0C0C0. Windows color (decimal): -1064641 or 4178415. OLE color: 4178415.

HSL color Cylindrical-coordinate representation of color #EFC13F: hue angle of 44.32º 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 #EFC13F is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB23919363-
CMYK00.190.740.06
HSL44.32º84.62%59.22%-
HSV(B)44.32º73.64%93.73%-
XYZ55.5656.8512.75-
YUV191.9355.24161.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.28%
GREEN value IS 193 (75.78% from 255) = 38.99%
BLUE value IS 63 (25% from 255) = 12.73%
R=48.28%
G=38.99%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391936300.190.740.0644.3284.6259.22
HexEFC13F0134A62c553b
Octal3573017702311265412573
Binary111011111100000111111101001110010101101011001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC13F; }

 p { color: rgb(239,193,63); }

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

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

 a { background-color: rgb(239,193,63); }

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

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

 span { border-color: rgb(239,193,63); }

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