Html Css Color HEX #EFC132 Saffron

📋 copy color: '#EFC132'

red 239 ◦ green 193 ◦ blue 50

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

Shades of Saffron #EFC132

Tints of Saffron #EFC132

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.04%

 BLUE value IS 50 (19.92% from 255) = 10.37%

R = 49.59%
G = 40.04%
B = 10.37%

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

#EFC132 (or 0xEFC132) is known color: Saffron. HEX triplet: EF, C1 and 32. RGB value is (239,193,50). Sum of RGB (Red+Green+Blue) = 239+193+50=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 50 (19.92% from 255 or 10.37% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC132 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC132 is #103ECD. Grayscale: #BFBFBF. Windows color (decimal): -1064654 or 3326447. OLE color: 3326447.

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

Color convert

RGB 239 193 50 -
CMYK 0 0.19 0.79 0.06
HSL 45.4º 0.86% 0.57% -
HSV(B) 45.4º 0.79% 0.94% -
XYZ 55.24 56.72 11.05 -
YUV 190.45 48.74 162.63 -
System Red Green Blue C M Y K H S L
Decimal 239 193 50 0 0.19 0.79 0.06 45.4 0.86 0.57
Hex EF C1 32 0 13 4F 6 2D 56 39
Octal 357 301 62 0 23 117 6 55 126 71
Binary 11101111 11000001 110010 0 10011 1001111 110 101101 1010110 111001

Color Harmonies of #EFC132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC132

Black with #EFC132

Text Example


Text Example

White with #EFC132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC132; }

 p { color: rgb(239,193,50); }

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

background-color css

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

 a { background-color: rgb(239,193,50); }

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

border-color css

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

 span { border-color: rgb(239,193,50); }

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