Html Css Color HEX #EEC93A Saffron

📋 copy color: '#EEC93A'

red 238 ◦ green 201 ◦ blue 58

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

Shades of Saffron #EEC93A

Tints of Saffron #EEC93A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.44%

 BLUE value IS 58 (23.05% from 255) = 11.67%

R = 47.89%
G = 40.44%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EEC93A (or 0xEEC93A) is known color: Saffron. HEX triplet: EE, C9 and 3A. RGB value is (238,201,58). Sum of RGB (Red+Green+Blue) = 238+201+58=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 58 (23.05% from 255 or 11.67% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC93A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC93A is #1136C5. Grayscale: #C4C4C4. Windows color (decimal): -1128134 or 3852782. OLE color: 3852782.

HSL color Cylindrical-coordinate representation of color #EEC93A: hue angle of 47.67º 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 #EEC93A is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 201 58 -
CMYK 0 0.16 0.76 0.07
HSL 47.67º 0.84% 0.58% -
HSV(B) 47.67º 0.76% 0.93% -
XYZ 56.91 60.26 12.63 -
YUV 195.76 50.26 158.13 -
System Red Green Blue C M Y K H S L
Decimal 238 201 58 0 0.16 0.76 0.07 47.67 0.84 0.58
Hex EE C9 3A 0 10 4C 7 30 54 3A
Octal 356 311 72 0 20 114 7 60 124 72
Binary 11101110 11001001 111010 0 10000 1001100 111 110000 1010100 111010

Color Harmonies of #EEC93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC93A

Black with #EEC93A

Text Example


Text Example

White with #EEC93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC93A; }

 p { color: rgb(238,201,58); }

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

background-color css

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

 a { background-color: rgb(238,201,58); }

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

border-color css

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

 span { border-color: rgb(238,201,58); }

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