Html Css Color HEX #EFC52F Saffron

📋 copy color: '#EFC52F'

red 239 ◦ green 197 ◦ blue 47

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

Shades of Saffron #EFC52F

Tints of Saffron #EFC52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.73%

R = 49.48%
G = 40.79%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFC52F (or 0xEFC52F) is known color: Saffron. HEX triplet: EF, C5 and 2F. RGB value is (239,197,47). Sum of RGB (Red+Green+Blue) = 239+197+47=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 47 (18.75% from 255 or 9.73% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC52F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC52F is #103AD0. Grayscale: #C1C1C1. Windows color (decimal): -1063633 or 3130863. OLE color: 3130863.

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

Color convert

RGB 239 197 47 -
CMYK 0 0.18 0.80 0.06
HSL 46.88º 0.86% 0.56% -
HSV(B) 46.88º 0.8% 0.94% -
XYZ 56.08 58.49 11.02 -
YUV 192.46 45.91 161.2 -
System Red Green Blue C M Y K H S L
Decimal 239 197 47 0 0.18 0.80 0.06 46.88 0.86 0.56
Hex EF C5 2F 0 12 50 6 2F 56 38
Octal 357 305 57 0 22 120 6 57 126 70
Binary 11101111 11000101 101111 0 10010 1010000 110 101111 1010110 111000

Color Harmonies of #EFC52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC52F

Black with #EFC52F

Text Example


Text Example

White with #EFC52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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