Html Css Color HEX #EFC72F Saffron

📋 copy color: '#EFC72F'

red 239 ◦ green 199 ◦ blue 47

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

Shades of Saffron #EFC72F

Tints of Saffron #EFC72F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.03%

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

R = 49.28%
G = 41.03%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFC72F (or 0xEFC72F) is known color: Saffron. HEX triplet: EF, C7 and 2F. RGB value is (239,199,47). Sum of RGB (Red+Green+Blue) = 239+199+47=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 199 (78.12% from 255 or 41.03% from 485); Blue value is 47 (18.75% from 255 or 9.69% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC72F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC72F is #1038D0. Grayscale: #C2C2C2. Windows color (decimal): -1063121 or 3131375. OLE color: 3131375.

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

Color convert

RGB 239 199 47 -
CMYK 0 0.17 0.80 0.06
HSL 47.5º 0.86% 0.56% -
HSV(B) 47.5º 0.8% 0.94% -
XYZ 56.53 59.4 11.18 -
YUV 193.63 45.25 160.36 -
System Red Green Blue C M Y K H S L
Decimal 239 199 47 0 0.17 0.80 0.06 47.5 0.86 0.56
Hex EF C7 2F 0 11 50 6 30 56 38
Octal 357 307 57 0 21 120 6 60 126 70
Binary 11101111 11000111 101111 0 10001 1010000 110 110000 1010110 111000

Color Harmonies of #EFC72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC72F

Black with #EFC72F

Text Example


Text Example

White with #EFC72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC72F; }

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

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

background-color css

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

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

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

border-color css

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

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

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