Html Css Color HEX #EFC039 Saffron

📋 copy color: '#EFC039'

red 239 ◦ green 192 ◦ blue 57

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

Shades of Saffron #EFC039

Tints of Saffron #EFC039

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.34%

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

R = 48.98%
G = 39.34%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EFC039 (or 0xEFC039) is known color: Saffron. HEX triplet: EF, C0 and 39. RGB value is (239,192,57). Sum of RGB (Red+Green+Blue) = 239+192+57=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 57 (22.66% from 255 or 11.68% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC039 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC039 is #103FC6. Grayscale: #BFBFBF. Windows color (decimal): -1064903 or 3784943. OLE color: 3784943.

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

Color convert

RGB 239 192 57 -
CMYK 0 0.20 0.76 0.06
HSL 44.51º 0.85% 0.58% -
HSV(B) 44.51º 0.76% 0.94% -
XYZ 55.18 56.35 11.84 -
YUV 190.66 52.57 162.48 -
System Red Green Blue C M Y K H S L
Decimal 239 192 57 0 0.20 0.76 0.06 44.51 0.85 0.58
Hex EF C0 39 0 14 4C 6 2D 55 3A
Octal 357 300 71 0 24 114 6 55 125 72
Binary 11101111 11000000 111001 0 10100 1001100 110 101101 1010101 111010

Color Harmonies of #EFC039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC039

Black with #EFC039

Text Example


Text Example

White with #EFC039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC039; }

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

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

background-color css

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

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

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

border-color css

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

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

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