Html Css Color HEX #EEC73A Saffron

📋 copy color: '#EEC73A'

red 238 ◦ green 199 ◦ blue 58

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

Shades of Saffron #EEC73A

Tints of Saffron #EEC73A

RGB

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

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

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

R = 48.08%
G = 40.2%
B = 11.72%

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

#EEC73A (or 0xEEC73A) is known color: Saffron. HEX triplet: EE, C7 and 3A. RGB value is (238,199,58). Sum of RGB (Red+Green+Blue) = 238+199+58=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 199 (78.12% from 255 or 40.20% from 495); Blue value is 58 (23.05% from 255 or 11.72% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC73A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC73A is #1138C5. Grayscale: #C3C3C3. Windows color (decimal): -1128646 or 3852270. OLE color: 3852270.

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

Color convert

RGB 238 199 58 -
CMYK 0 0.16 0.76 0.07
HSL 47º 0.84% 0.58% -
HSV(B) 47º 0.76% 0.93% -
XYZ 56.45 59.33 12.48 -
YUV 194.59 50.92 158.96 -
System Red Green Blue C M Y K H S L
Decimal 238 199 58 0 0.16 0.76 0.07 47 0.84 0.58
Hex EE C7 3A 0 10 4C 7 2F 54 3A
Octal 356 307 72 0 20 114 7 57 124 72
Binary 11101110 11000111 111010 0 10000 1001100 111 101111 1010100 111010

Color Harmonies of #EEC73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC73A

Black with #EEC73A

Text Example


Text Example

White with #EEC73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC73A; }

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

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

background-color css

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

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

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

border-color css

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

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

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