Html Css Color HEX #EFC42F Saffron

📋 copy color: '#EFC42F'

red 239 ◦ green 196 ◦ blue 47

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

Shades of Saffron #EFC42F

Tints of Saffron #EFC42F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.66%

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

R = 49.59%
G = 40.66%
B = 9.75%

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

#EFC42F (or 0xEFC42F) is known color: Saffron. HEX triplet: EF, C4 and 2F. RGB value is (239,196,47). Sum of RGB (Red+Green+Blue) = 239+196+47=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 47 (18.75% from 255 or 9.75% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC42F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC42F is #103BD0. Grayscale: #C0C0C0. Windows color (decimal): -1063889 or 3130607. OLE color: 3130607.

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

Color convert

RGB 239 196 47 -
CMYK 0 0.18 0.80 0.06
HSL 46.56º 0.86% 0.56% -
HSV(B) 46.56º 0.8% 0.94% -
XYZ 55.85 58.04 10.95 -
YUV 191.87 46.25 161.62 -
System Red Green Blue C M Y K H S L
Decimal 239 196 47 0 0.18 0.80 0.06 46.56 0.86 0.56
Hex EF C4 2F 0 12 50 6 2F 56 38
Octal 357 304 57 0 22 120 6 57 126 70
Binary 11101111 11000100 101111 0 10010 1010000 110 101111 1010110 111000

Color Harmonies of #EFC42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC42F

Black with #EFC42F

Text Example


Text Example

White with #EFC42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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