Html Css Color HEX #EFC22E Saffron

📋 copy color: '#EFC22E'

red 239 ◦ green 194 ◦ blue 46

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

Shades of Saffron #EFC22E

Tints of Saffron #EFC22E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.6%

R = 49.9%
G = 40.5%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFC22E (or 0xEFC22E) is known color: Saffron. HEX triplet: EF, C2 and 2E. RGB value is (239,194,46). Sum of RGB (Red+Green+Blue) = 239+194+46=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 46 (18.36% from 255 or 9.60% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC22E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC22E is #103DD1. Grayscale: #BFBFBF. Windows color (decimal): -1064402 or 3064559. OLE color: 3064559.

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

Color convert

RGB 239 194 46 -
CMYK 0 0.19 0.81 0.06
HSL 46.01º 0.86% 0.56% -
HSV(B) 46.01º 0.81% 0.94% -
XYZ 55.38 57.13 10.69 -
YUV 190.58 46.41 162.53 -
System Red Green Blue C M Y K H S L
Decimal 239 194 46 0 0.19 0.81 0.06 46.01 0.86 0.56
Hex EF C2 2E 0 13 51 6 2E 56 38
Octal 357 302 56 0 23 121 6 56 126 70
Binary 11101111 11000010 101110 0 10011 1010001 110 101110 1010110 111000

Color Harmonies of #EFC22E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC22E

Black with #EFC22E

Text Example


Text Example

White with #EFC22E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC22E; }

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

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

background-color css

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

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

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

border-color css

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

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

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