#EFC43A

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

Shades of Saffron #EFC43A

Tints of Saffron #EFC43A

Color information

#EFC43A (or 0xEFC43A) is unknown color: approx Saffron. HEX triplet: EF, C4 and 3A. RGB value is (239,196,58). Sum of RGB (Red+Green+Blue) = 239+196+58=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 58 (23.05% from 255 or 11.76% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC43A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC43A is #103BC5. Grayscale: #C1C1C1. Windows color (decimal): -1063878 or 3851503. OLE color: 3851503.

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

Color convert

RGB23919658-
CMYK00.180.760.06
HSL45.75º84.98%58.24%-
HSV(B)45.75º75.73%93.73%-
XYZ56.158.1412.27-
YUV193.1251.75160.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.48%
GREEN value IS 196 (76.95% from 255) = 39.76%
BLUE value IS 58 (23.05% from 255) = 11.76%
R=48.48%
G=39.76%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.76
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391965800.180.760.0645.7584.9858.24
HexEFC43A0124C62e553a
Octal3573047202211465612572
Binary111011111100010011101001001010011001101011101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC43A; }

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

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

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

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

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

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

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

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