Html Css Color HEX #EFC332 Saffron

📋 copy color: '#EFC332'

red 239 ◦ green 195 ◦ blue 50

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

Shades of Saffron #EFC332

Tints of Saffron #EFC332

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.29%

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

R = 49.38%
G = 40.29%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFC332 (or 0xEFC332) is known color: Saffron. HEX triplet: EF, C3 and 32. RGB value is (239,195,50). Sum of RGB (Red+Green+Blue) = 239+195+50=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 50 (19.92% from 255 or 10.33% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC332 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC332 is #103CCD. Grayscale: #C0C0C0. Windows color (decimal): -1064142 or 3326959. OLE color: 3326959.

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

Color convert

RGB 239 195 50 -
CMYK 0 0.18 0.79 0.06
HSL 46.03º 0.86% 0.57% -
HSV(B) 46.03º 0.79% 0.94% -
XYZ 55.69 57.61 11.2 -
YUV 191.63 48.08 161.79 -
System Red Green Blue C M Y K H S L
Decimal 239 195 50 0 0.18 0.79 0.06 46.03 0.86 0.57
Hex EF C3 32 0 12 4F 6 2E 56 39
Octal 357 303 62 0 22 117 6 56 126 71
Binary 11101111 11000011 110010 0 10010 1001111 110 101110 1010110 111001

Color Harmonies of #EFC332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC332

Black with #EFC332

Text Example


Text Example

White with #EFC332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC332; }

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

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

background-color css

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

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

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

border-color css

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

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

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