Html Css Color HEX #EFC531 Saffron

📋 copy color: '#EFC531'

red 239 ◦ green 197 ◦ blue 49

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

Shades of Saffron #EFC531

Tints of Saffron #EFC531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.1%

R = 49.28%
G = 40.62%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFC531 (or 0xEFC531) is known color: Saffron. HEX triplet: EF, C5 and 31. RGB value is (239,197,49). Sum of RGB (Red+Green+Blue) = 239+197+49=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 49 (19.53% from 255 or 10.10% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC531 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC531 is #103ACE. Grayscale: #C1C1C1. Windows color (decimal): -1063631 or 3261935. OLE color: 3261935.

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

Color convert

RGB 239 197 49 -
CMYK 0 0.18 0.79 0.06
HSL 46.74º 0.86% 0.56% -
HSV(B) 46.74º 0.79% 0.94% -
XYZ 56.12 58.5 11.24 -
YUV 192.69 46.91 161.03 -
System Red Green Blue C M Y K H S L
Decimal 239 197 49 0 0.18 0.79 0.06 46.74 0.86 0.56
Hex EF C5 31 0 12 4F 6 2F 56 38
Octal 357 305 61 0 22 117 6 57 126 70
Binary 11101111 11000101 110001 0 10010 1001111 110 101111 1010110 111000

Color Harmonies of #EFC531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC531

Black with #EFC531

Text Example


Text Example

White with #EFC531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC531; }

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

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

background-color css

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

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

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

border-color css

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

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

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