Html Css Color HEX #EFC939 Saffron

📋 copy color: '#EFC939'

red 239 ◦ green 201 ◦ blue 57

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

Shades of Saffron #EFC939

Tints of Saffron #EFC939

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.44%

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

R = 48.09%
G = 40.44%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EFC939 (or 0xEFC939) is known color: Saffron. HEX triplet: EF, C9 and 39. RGB value is (239,201,57). Sum of RGB (Red+Green+Blue) = 239+201+57=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 57 (22.66% from 255 or 11.47% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC939 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC939 is #1036C6. Grayscale: #C4C4C4. Windows color (decimal): -1062599 or 3787247. OLE color: 3787247.

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

Color convert

RGB 239 201 57 -
CMYK 0 0.16 0.76 0.06
HSL 47.47º 0.85% 0.58% -
HSV(B) 47.47º 0.76% 0.94% -
XYZ 57.22 60.42 12.52 -
YUV 195.95 49.59 158.71 -
System Red Green Blue C M Y K H S L
Decimal 239 201 57 0 0.16 0.76 0.06 47.47 0.85 0.58
Hex EF C9 39 0 10 4C 6 2F 55 3A
Octal 357 311 71 0 20 114 6 57 125 72
Binary 11101111 11001001 111001 0 10000 1001100 110 101111 1010101 111010

Color Harmonies of #EFC939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC939

Black with #EFC939

Text Example


Text Example

White with #EFC939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC939; }

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

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

background-color css

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

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

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

border-color css

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

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

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