Html Css Color HEX #EFC53C Saffron

📋 copy color: '#EFC53C'

red 239 ◦ green 197 ◦ blue 60

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

Shades of Saffron #EFC53C

Tints of Saffron #EFC53C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.72%

 BLUE value IS 60 (23.83% from 255) = 12.1%

R = 48.19%
G = 39.72%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EFC53C (or 0xEFC53C) is known color: Saffron. HEX triplet: EF, C5 and 3C. RGB value is (239,197,60). Sum of RGB (Red+Green+Blue) = 239+197+60=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 60 (23.83% from 255 or 12.10% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC53C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC53C is #103AC3. Grayscale: #C2C2C2. Windows color (decimal): -1063620 or 3982831. OLE color: 3982831.

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

Color convert

RGB 239 197 60 -
CMYK 0 0.18 0.75 0.06
HSL 45.92º 0.85% 0.59% -
HSV(B) 45.92º 0.75% 0.94% -
XYZ 56.38 58.61 12.62 -
YUV 193.94 52.41 160.14 -
System Red Green Blue C M Y K H S L
Decimal 239 197 60 0 0.18 0.75 0.06 45.92 0.85 0.59
Hex EF C5 3C 0 12 4B 6 2E 55 3B
Octal 357 305 74 0 22 113 6 56 125 73
Binary 11101111 11000101 111100 0 10010 1001011 110 101110 1010101 111011

Color Harmonies of #EFC53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC53C

Black with #EFC53C

Text Example


Text Example

White with #EFC53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC53C; }

 p { color: rgb(239,197,60); }

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

background-color css

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

 a { background-color: rgb(239,197,60); }

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

border-color css

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

 span { border-color: rgb(239,197,60); }

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