Html Css Color HEX #EFC22F Saffron

📋 copy color: '#EFC22F'

red 239 ◦ green 194 ◦ blue 47

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

Shades of Saffron #EFC22F

Tints of Saffron #EFC22F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.42%

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

R = 49.79%
G = 40.42%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFC22F (or 0xEFC22F) is known color: Saffron. HEX triplet: EF, C2 and 2F. RGB value is (239,194,47). Sum of RGB (Red+Green+Blue) = 239+194+47=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 47 (18.75% from 255 or 9.79% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC22F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC22F is #103DD0. Grayscale: #BFBFBF. Windows color (decimal): -1064401 or 3130095. OLE color: 3130095.

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

Color convert

RGB 239 194 47 -
CMYK 0 0.19 0.80 0.06
HSL 45.94º 0.86% 0.56% -
HSV(B) 45.94º 0.8% 0.94% -
XYZ 55.4 57.14 10.8 -
YUV 190.7 46.91 162.45 -
System Red Green Blue C M Y K H S L
Decimal 239 194 47 0 0.19 0.80 0.06 45.94 0.86 0.56
Hex EF C2 2F 0 13 50 6 2E 56 38
Octal 357 302 57 0 23 120 6 56 126 70
Binary 11101111 11000010 101111 0 10011 1010000 110 101110 1010110 111000

Color Harmonies of #EFC22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC22F

Black with #EFC22F

Text Example


Text Example

White with #EFC22F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC22F; }

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

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

background-color css

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

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

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

border-color css

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

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

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