Html Css Color HEX #EEC538 Saffron

📋 copy color: '#EEC538'

red 238 ◦ green 197 ◦ blue 56

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

Shades of Saffron #EEC538

Tints of Saffron #EEC538

RGB

 RED value IS 238 (93.36% from 255) = 48.47%

 GREEN value IS 197 (77.34% from 255) = 40.12%

 BLUE value IS 56 (22.27% from 255) = 11.41%

R = 48.47%
G = 40.12%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EEC538 (or 0xEEC538) is known color: Saffron. HEX triplet: EE, C5 and 38. RGB value is (238,197,56). Sum of RGB (Red+Green+Blue) = 238+197+56=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 56 (22.27% from 255 or 11.41% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC538 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC538 is #113AC7. Grayscale: #C1C1C1. Windows color (decimal): -1129160 or 3720686. OLE color: 3720686.

HSL color Cylindrical-coordinate representation of color #EEC538: hue angle of 46.48º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EEC538 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 197 56 -
CMYK 0 0.17 0.76 0.07
HSL 46.48º 0.84% 0.58% -
HSV(B) 46.48º 0.76% 0.93% -
XYZ 55.94 58.4 12.06 -
YUV 193.19 50.58 159.96 -
System Red Green Blue C M Y K H S L
Decimal 238 197 56 0 0.17 0.76 0.07 46.48 0.84 0.58
Hex EE C5 38 0 11 4C 7 2E 54 3A
Octal 356 305 70 0 21 114 7 56 124 72
Binary 11101110 11000101 111000 0 10001 1001100 111 101110 1010100 111010

Color Harmonies of #EEC538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC538

Black with #EEC538

Text Example


Text Example

White with #EEC538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC538; }

 p { color: rgb(238,197,56); }

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

background-color css

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

 a { background-color: rgb(238,197,56); }

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

border-color css

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

 span { border-color: rgb(238,197,56); }

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