Html Css Color HEX #EFC53B Saffron

📋 copy color: '#EFC53B'

red 239 ◦ green 197 ◦ blue 59

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

Shades of Saffron #EFC53B

Tints of Saffron #EFC53B

RGB

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

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

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

R = 48.28%
G = 39.8%
B = 11.92%

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

#EFC53B (or 0xEFC53B) is known color: Saffron. HEX triplet: EF, C5 and 3B. RGB value is (239,197,59). Sum of RGB (Red+Green+Blue) = 239+197+59=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 59 (23.44% from 255 or 11.92% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC53B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC53B is #103AC4. Grayscale: #C2C2C2. Windows color (decimal): -1063621 or 3917295. OLE color: 3917295.

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

Color convert

RGB 239 197 59 -
CMYK 0 0.18 0.75 0.06
HSL 46º 0.85% 0.58% -
HSV(B) 46º 0.75% 0.94% -
XYZ 56.35 58.6 12.48 -
YUV 193.83 51.91 160.22 -
System Red Green Blue C M Y K H S L
Decimal 239 197 59 0 0.18 0.75 0.06 46 0.85 0.58
Hex EF C5 3B 0 12 4B 6 2E 55 3A
Octal 357 305 73 0 22 113 6 56 125 72
Binary 11101111 11000101 111011 0 10010 1001011 110 101110 1010101 111010

Color Harmonies of #EFC53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC53B

Black with #EFC53B

Text Example


Text Example

White with #EFC53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC53B; }

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

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

background-color css

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

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

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

border-color css

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

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

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