Html Css Color HEX #ECC23C Saffron

📋 copy color: '#ECC23C'

red 236 ◦ green 194 ◦ blue 60

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

Shades of Saffron #ECC23C

Tints of Saffron #ECC23C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.59%

 BLUE value IS 60 (23.83% from 255) = 12.24%

R = 48.16%
G = 39.59%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ECC23C (or 0xECC23C) is known color: Saffron. HEX triplet: EC, C2 and 3C. RGB value is (236,194,60). Sum of RGB (Red+Green+Blue) = 236+194+60=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 60 (23.83% from 255 or 12.24% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC23C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC23C is #133DC3. Grayscale: #BFBFBF. Windows color (decimal): -1260996 or 3982060. OLE color: 3982060.

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

Color convert

RGB 236 194 60 -
CMYK 0 0.18 0.75 0.07
HSL 45.68º 0.82% 0.58% -
HSV(B) 45.68º 0.75% 0.93% -
XYZ 54.7 56.74 12.34 -
YUV 191.28 53.91 159.9 -
System Red Green Blue C M Y K H S L
Decimal 236 194 60 0 0.18 0.75 0.07 45.68 0.82 0.58
Hex EC C2 3C 0 12 4B 7 2E 52 3A
Octal 354 302 74 0 22 113 7 56 122 72
Binary 11101100 11000010 111100 0 10010 1001011 111 101110 1010010 111010

Color Harmonies of #ECC23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC23C

Black with #ECC23C

Text Example


Text Example

White with #ECC23C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC23C; }

 p { color: rgb(236,194,60); }

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

background-color css

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

 a { background-color: rgb(236,194,60); }

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

border-color css

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

 span { border-color: rgb(236,194,60); }

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