Html Css Color HEX #EEC73B Saffron

📋 copy color: '#EEC73B'

red 238 ◦ green 199 ◦ blue 59

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

Shades of Saffron #EEC73B

Tints of Saffron #EEC73B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.12%

 BLUE value IS 59 (23.44% from 255) = 11.9%

R = 47.98%
G = 40.12%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EEC73B (or 0xEEC73B) is known color: Saffron. HEX triplet: EE, C7 and 3B. RGB value is (238,199,59). Sum of RGB (Red+Green+Blue) = 238+199+59=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 199 (78.12% from 255 or 40.12% from 496); Blue value is 59 (23.44% from 255 or 11.90% from 496); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC73B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC73B is #1138C4. Grayscale: #C3C3C3. Windows color (decimal): -1128645 or 3917806. OLE color: 3917806.

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

Color convert

RGB 238 199 59 -
CMYK 0 0.16 0.75 0.07
HSL 46.93º 0.84% 0.58% -
HSV(B) 46.93º 0.75% 0.93% -
XYZ 56.47 59.34 12.61 -
YUV 194.7 51.42 158.88 -
System Red Green Blue C M Y K H S L
Decimal 238 199 59 0 0.16 0.75 0.07 46.93 0.84 0.58
Hex EE C7 3B 0 10 4B 7 2F 54 3A
Octal 356 307 73 0 20 113 7 57 124 72
Binary 11101110 11000111 111011 0 10000 1001011 111 101111 1010100 111010

Color Harmonies of #EEC73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC73B

Black with #EEC73B

Text Example


Text Example

White with #EEC73B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC73B; }

 p { color: rgb(238,199,59); }

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

background-color css

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

 a { background-color: rgb(238,199,59); }

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

border-color css

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

 span { border-color: rgb(238,199,59); }

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