Html Css Color HEX #EFC93B Saffron

📋 copy color: '#EFC93B'

red 239 ◦ green 201 ◦ blue 59

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

Shades of Saffron #EFC93B

Tints of Saffron #EFC93B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.82%

R = 47.9%
G = 40.28%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EFC93B (or 0xEFC93B) is known color: Saffron. HEX triplet: EF, C9 and 3B. RGB value is (239,201,59). Sum of RGB (Red+Green+Blue) = 239+201+59=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 59 (23.44% from 255 or 11.82% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC93B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC93B is #1036C4. Grayscale: #C4C4C4. Windows color (decimal): -1062597 or 3918319. OLE color: 3918319.

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

Color convert

RGB 239 201 59 -
CMYK 0 0.16 0.75 0.06
HSL 47.33º 0.85% 0.58% -
HSV(B) 47.33º 0.75% 0.94% -
XYZ 57.27 60.44 12.79 -
YUV 196.17 50.59 158.55 -
System Red Green Blue C M Y K H S L
Decimal 239 201 59 0 0.16 0.75 0.06 47.33 0.85 0.58
Hex EF C9 3B 0 10 4B 6 2F 55 3A
Octal 357 311 73 0 20 113 6 57 125 72
Binary 11101111 11001001 111011 0 10000 1001011 110 101111 1010101 111010

Color Harmonies of #EFC93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC93B

Black with #EFC93B

Text Example


Text Example

White with #EFC93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC93B; }

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

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

background-color css

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

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

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

border-color css

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

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

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