#EFC636

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

Shades of Saffron #EFC636

Tints of Saffron #EFC636

Color information

#EFC636 (or 0xEFC636) is unknown color: approx Saffron. HEX triplet: EF, C6 and 36. RGB value is (239,198,54). Sum of RGB (Red+Green+Blue) = 239+198+54=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 54 (21.48% from 255 or 11.00% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC636 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC636 is #1039C9. Grayscale: #C2C2C2. Windows color (decimal): -1063370 or 3589871. OLE color: 3589871.

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

Color convert

RGB23919854-
CMYK00.170.770.06
HSL46.7º85.25%57.45%-
HSV(B)46.7º77.41%93.73%-
XYZ56.4659.0111.9-
YUV193.8449.08160.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.68%
GREEN value IS 198 (77.73% from 255) = 40.33%
BLUE value IS 54 (21.48% from 255) = 11.00%
R=48.68%
G=40.33%
B=11.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.77
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391985400.170.770.0646.785.2557.45
HexEFC6360114D62f5539
Octal3573066602111565712571
Binary111011111100011011011001000110011011101011111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC636; }

 p { color: rgb(239,198,54); }

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

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

 a { background-color: rgb(239,198,54); }

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

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

 span { border-color: rgb(239,198,54); }

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