Html Css Color HEX #EFCA3C Saffron

📋 copy color: '#EFCA3C'

red 239 ◦ green 202 ◦ blue 60

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

Shades of Saffron #EFCA3C

Tints of Saffron #EFCA3C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.32%

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

R = 47.7%
G = 40.32%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EFCA3C (or 0xEFCA3C) is known color: Saffron. HEX triplet: EF, CA and 3C. RGB value is (239,202,60). Sum of RGB (Red+Green+Blue) = 239+202+60=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 60 (23.83% from 255 or 11.98% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCA3C is #1035C3. Grayscale: #C5C5C5. Windows color (decimal): -1062340 or 3984111. OLE color: 3984111.

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

Color convert

RGB 239 202 60 -
CMYK 0 0.15 0.75 0.06
HSL 47.6º 0.85% 0.59% -
HSV(B) 47.6º 0.75% 0.94% -
XYZ 57.53 60.92 13 -
YUV 196.88 50.76 158.05 -
System Red Green Blue C M Y K H S L
Decimal 239 202 60 0 0.15 0.75 0.06 47.6 0.85 0.59
Hex EF CA 3C 0 F 4B 6 30 55 3B
Octal 357 312 74 0 17 113 6 60 125 73
Binary 11101111 11001010 111100 0 1111 1001011 110 110000 1010101 111011

Color Harmonies of #EFCA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCA3C

Black with #EFCA3C

Text Example


Text Example

White with #EFCA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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