Html Css Color HEX #ECD560 Portica

📋 copy color: '#ECD560'

red 236 ◦ green 213 ◦ blue 96

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

Shades of Portica #ECD560

Tints of Portica #ECD560

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.08%

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

R = 43.3%
G = 39.08%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ECD560 (or 0xECD560) is known color: Portica. HEX triplet: EC, D5 and 60. RGB value is (236,213,96). Sum of RGB (Red+Green+Blue) = 236+213+96=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 96 (37.89% from 255 or 17.61% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD560 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD560 is #132A9F. Grayscale: #CFCFCF. Windows color (decimal): -1256096 or 6346220. OLE color: 6346220.

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

Color convert

RGB 236 213 96 -
CMYK 0 0.10 0.59 0.07
HSL 50.14º 0.79% 0.65% -
HSV(B) 50.14º 0.59% 0.93% -
XYZ 60.5 66.27 20.67 -
YUV 206.54 65.62 149.01 -
System Red Green Blue C M Y K H S L
Decimal 236 213 96 0 0.10 0.59 0.07 50.14 0.79 0.65
Hex EC D5 60 0 A 3B 7 32 4F 41
Octal 354 325 140 0 12 73 7 62 117 101
Binary 11101100 11010101 1100000 0 1010 111011 111 110010 1001111 1000001

Color Harmonies of #ECD560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD560

Black with #ECD560

Text Example


Text Example

White with #ECD560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD560; }

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

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

background-color css

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

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

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

border-color css

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

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

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