#efc13d

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

Shades of Saffron #EFC13D

Tints of Saffron #EFC13D

Color information

#EFC13D (or 0xEFC13D) is unknown color: approx Saffron. HEX triplet: EF, C1 and 3D. RGB value is (239,193,61). Sum of RGB (Red+Green+Blue) = 239+193+61=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 61 (24.22% from 255 or 12.37% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC13D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC13D is #103EC2. Grayscale: #C0C0C0. Windows color (decimal): -1064643 or 4047343. OLE color: 4047343.

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

Color convert

RGB23919361-
CMYK00.190.740.06
HSL44.49º84.76%58.82%-
HSV(B)44.49º74.48%93.73%-
XYZ55.5156.8312.46-
YUV191.7154.24161.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.48%
GREEN value IS 193 (75.78% from 255) = 39.15%
BLUE value IS 61 (24.22% from 255) = 12.37%
R=48.48%
G=39.15%
B=12.37%

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
Decimal2391936100.190.740.0644.4984.7658.82
HexEFC13D0134A62c553b
Octal3573017502311265412573
Binary111011111100000111110101001110010101101011001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efc13d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efc13d; }

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

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

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

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

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

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

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

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