Html Css Color HEX #ECC73A Saffron

📋 copy color: '#ECC73A'

red 236 ◦ green 199 ◦ blue 58

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

Shades of Saffron #ECC73A

Tints of Saffron #ECC73A

RGB

 RED value IS 236 (92.58% from 255) = 47.87%

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

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

R = 47.87%
G = 40.37%
B = 11.76%

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

#ECC73A (or 0xECC73A) is known color: Saffron. HEX triplet: EC, C7 and 3A. RGB value is (236,199,58). Sum of RGB (Red+Green+Blue) = 236+199+58=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 199 (78.12% from 255 or 40.37% from 493); Blue value is 58 (23.05% from 255 or 11.76% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC73A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC73A is #1338C5. Grayscale: #C2C2C2. Windows color (decimal): -1259718 or 3852268. OLE color: 3852268.

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

Color convert

RGB 236 199 58 -
CMYK 0 0.16 0.75 0.07
HSL 47.53º 0.82% 0.58% -
HSV(B) 47.53º 0.75% 0.93% -
XYZ 55.78 58.99 12.45 -
YUV 193.99 51.26 157.96 -
System Red Green Blue C M Y K H S L
Decimal 236 199 58 0 0.16 0.75 0.07 47.53 0.82 0.58
Hex EC C7 3A 0 10 4B 7 30 52 3A
Octal 354 307 72 0 20 113 7 60 122 72
Binary 11101100 11000111 111010 0 10000 1001011 111 110000 1010010 111010

Color Harmonies of #ECC73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC73A

Black with #ECC73A

Text Example


Text Example

White with #ECC73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC73A; }

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

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

background-color css

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

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

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

border-color css

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

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

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