Html Css Color HEX #EFC62F Saffron

📋 copy color: '#EFC62F'

red 239 ◦ green 198 ◦ blue 47

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

Shades of Saffron #EFC62F

Tints of Saffron #EFC62F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.91%

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

R = 49.38%
G = 40.91%
B = 9.71%

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

#EFC62F (or 0xEFC62F) is known color: Saffron. HEX triplet: EF, C6 and 2F. RGB value is (239,198,47). Sum of RGB (Red+Green+Blue) = 239+198+47=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 47 (18.75% from 255 or 9.71% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC62F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC62F is #1039D0. Grayscale: #C1C1C1. Windows color (decimal): -1063377 or 3131119. OLE color: 3131119.

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

Color convert

RGB 239 198 47 -
CMYK 0 0.17 0.80 0.06
HSL 47.19º 0.86% 0.56% -
HSV(B) 47.19º 0.8% 0.94% -
XYZ 56.3 58.94 11.1 -
YUV 193.05 45.58 160.78 -
System Red Green Blue C M Y K H S L
Decimal 239 198 47 0 0.17 0.80 0.06 47.19 0.86 0.56
Hex EF C6 2F 0 11 50 6 2F 56 38
Octal 357 306 57 0 21 120 6 57 126 70
Binary 11101111 11000110 101111 0 10001 1010000 110 101111 1010110 111000

Color Harmonies of #EFC62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC62F

Black with #EFC62F

Text Example


Text Example

White with #EFC62F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC62F; }

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

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

background-color css

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

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

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

border-color css

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

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

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