Html Css Color HEX #ECD960 Portica

📋 copy color: '#ECD960'

red 236 ◦ green 217 ◦ blue 96

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

Shades of Portica #ECD960

Tints of Portica #ECD960

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.53%

 BLUE value IS 96 (37.89% from 255) = 17.49%

R = 42.99%
G = 39.53%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ECD960 (or 0xECD960) is known color: Portica. HEX triplet: EC, D9 and 60. RGB value is (236,217,96). Sum of RGB (Red+Green+Blue) = 236+217+96=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 96 (37.89% from 255 or 17.49% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD960 is #13269F. Grayscale: #D1D1D1. Windows color (decimal): -1255072 or 6347244. OLE color: 6347244.

HSL color Cylindrical-coordinate representation of color #ECD960: hue angle of 51.86º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ECD960 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 217 96 -
CMYK 0 0.08 0.59 0.07
HSL 51.86º 0.79% 0.65% -
HSV(B) 51.86º 0.59% 0.93% -
XYZ 61.52 68.3 21.01 -
YUV 208.89 64.29 147.34 -
System Red Green Blue C M Y K H S L
Decimal 236 217 96 0 0.08 0.59 0.07 51.86 0.79 0.65
Hex EC D9 60 0 8 3B 7 34 4F 41
Octal 354 331 140 0 10 73 7 64 117 101
Binary 11101100 11011001 1100000 0 1000 111011 111 110100 1001111 1000001

Color Harmonies of #ECD960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD960

Black with #ECD960

Text Example


Text Example

White with #ECD960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD960; }

 p { color: rgb(236,217,96); }

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

background-color css

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

 a { background-color: rgb(236,217,96); }

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

border-color css

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

 span { border-color: rgb(236,217,96); }

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