Html Css Color HEX #EFC339 Saffron

📋 copy color: '#EFC339'

red 239 ◦ green 195 ◦ blue 57

#EFC339
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saffron #EFC339

Tints of Saffron #EFC339

RGB

 RED value IS 239 (93.75% from 255) = 48.68%

 GREEN value IS 195 (76.56% from 255) = 39.71%

 BLUE value IS 57 (22.66% from 255) = 11.61%

R = 48.68%
G = 39.71%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EFC339 (or 0xEFC339) is known color: Saffron. HEX triplet: EF, C3 and 39. RGB value is (239,195,57). Sum of RGB (Red+Green+Blue) = 239+195+57=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 57 (22.66% from 255 or 11.61% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC339 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC339 is #103CC6. Grayscale: #C1C1C1. Windows color (decimal): -1064135 or 3785711. OLE color: 3785711.

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

Color convert

RGB 239 195 57 -
CMYK 0 0.18 0.76 0.06
HSL 45.49º 0.85% 0.58% -
HSV(B) 45.49º 0.76% 0.94% -
XYZ 55.85 57.68 12.06 -
YUV 192.42 51.58 161.22 -
System Red Green Blue C M Y K H S L
Decimal 239 195 57 0 0.18 0.76 0.06 45.49 0.85 0.58
Hex EF C3 39 0 12 4C 6 2D 55 3A
Octal 357 303 71 0 22 114 6 55 125 72
Binary 11101111 11000011 111001 0 10010 1001100 110 101101 1010101 111010

Color Harmonies of #EFC339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC339

Black with #EFC339

Text Example


Text Example

White with #EFC339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC339; }

 p { color: rgb(239,195,57); }

 H1.HeaderClassName
 {
   color: #EFC339;
 }
 .AnyTagClassName
 {
   color: #EFC339;
 }
</style>

background-color css

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

 a { background-color: rgb(239,195,57); }

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

border-color css

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

 span { border-color: rgb(239,195,57); }

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