#EFCD3B

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

Shades of Saffron #EFCD3B

Tints of Saffron #EFCD3B

Color information

#EFCD3B (or 0xEFCD3B) is unknown color: approx Saffron. HEX triplet: EF, CD and 3B. RGB value is (239,205,59). Sum of RGB (Red+Green+Blue) = 239+205+59=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 59 (23.44% from 255 or 11.73% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCD3B is #1032C4. Grayscale: #C7C7C7. Windows color (decimal): -1061573 or 3919343. OLE color: 3919343.

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

Color convert

RGB23920559-
CMYK00.140.750.06
HSL48.67º84.91%58.43%-
HSV(B)48.67º75.31%93.73%-
XYZ58.2262.3313.1-
YUV198.5249.26156.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.51%
GREEN value IS 205 (80.47% from 255) = 40.76%
BLUE value IS 59 (23.44% from 255) = 11.73%
R=47.51%
G=40.76%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392055900.140.750.0648.6784.9158.43
HexEFCD3B0E4B631553a
Octal3573157301611366112572
Binary11101111110011011110110111010010111101100011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCD3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCD3B; }

 p { color: rgb(239,205,59); }

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

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

 a { background-color: rgb(239,205,59); }

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

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

 span { border-color: rgb(239,205,59); }

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