Html Css Color HEX #EFC93A Saffron

📋 copy color: '#EFC93A'

red 239 ◦ green 201 ◦ blue 58

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

Shades of Saffron #EFC93A

Tints of Saffron #EFC93A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.65%

R = 47.99%
G = 40.36%
B = 11.65%

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

#EFC93A (or 0xEFC93A) is known color: Saffron. HEX triplet: EF, C9 and 3A. RGB value is (239,201,58). Sum of RGB (Red+Green+Blue) = 239+201+58=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 58 (23.05% from 255 or 11.65% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC93A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC93A is #1036C5. Grayscale: #C4C4C4. Windows color (decimal): -1062598 or 3852783. OLE color: 3852783.

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

Color convert

RGB 239 201 58 -
CMYK 0 0.16 0.76 0.06
HSL 47.4º 0.85% 0.58% -
HSV(B) 47.4º 0.76% 0.94% -
XYZ 57.25 60.43 12.65 -
YUV 196.06 50.09 158.63 -
System Red Green Blue C M Y K H S L
Decimal 239 201 58 0 0.16 0.76 0.06 47.4 0.85 0.58
Hex EF C9 3A 0 10 4C 6 2F 55 3A
Octal 357 311 72 0 20 114 6 57 125 72
Binary 11101111 11001001 111010 0 10000 1001100 110 101111 1010101 111010

Color Harmonies of #EFC93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC93A

Black with #EFC93A

Text Example


Text Example

White with #EFC93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC93A; }

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

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

background-color css

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

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

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

border-color css

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

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

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