Html Css Color HEX #EFC231 Saffron

📋 copy color: '#EFC231'

red 239 ◦ green 194 ◦ blue 49

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

Shades of Saffron #EFC231

Tints of Saffron #EFC231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.17%

R = 49.59%
G = 40.25%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFC231 (or 0xEFC231) is known color: Saffron. HEX triplet: EF, C2 and 31. RGB value is (239,194,49). Sum of RGB (Red+Green+Blue) = 239+194+49=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 49 (19.53% from 255 or 10.17% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC231 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC231 is #103DCE. Grayscale: #BFBFBF. Windows color (decimal): -1064399 or 3261167. OLE color: 3261167.

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

Color convert

RGB 239 194 49 -
CMYK 0 0.19 0.79 0.06
HSL 45.79º 0.86% 0.56% -
HSV(B) 45.79º 0.79% 0.94% -
XYZ 55.44 57.16 11.02 -
YUV 190.93 47.91 162.29 -
System Red Green Blue C M Y K H S L
Decimal 239 194 49 0 0.19 0.79 0.06 45.79 0.86 0.56
Hex EF C2 31 0 13 4F 6 2E 56 38
Octal 357 302 61 0 23 117 6 56 126 70
Binary 11101111 11000010 110001 0 10011 1001111 110 101110 1010110 111000

Color Harmonies of #EFC231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC231

Black with #EFC231

Text Example


Text Example

White with #EFC231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC231; }

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

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

background-color css

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

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

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

border-color css

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

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

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