Html Css Color HEX #ECDB60 Portica

📋 copy color: '#ECDB60'

red 236 ◦ green 219 ◦ blue 96

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

Shades of Portica #ECDB60

Tints of Portica #ECDB60

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.75%

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

R = 42.83%
G = 39.75%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ECDB60 (or 0xECDB60) is known color: Portica. HEX triplet: EC, DB and 60. RGB value is (236,219,96). Sum of RGB (Red+Green+Blue) = 236+219+96=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 96 (37.89% from 255 or 17.42% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB60 is #13249F. Grayscale: #D2D2D2. Windows color (decimal): -1254560 or 6347756. OLE color: 6347756.

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

Color convert

RGB 236 219 96 -
CMYK 0 0.07 0.59 0.07
HSL 52.71º 0.79% 0.65% -
HSV(B) 52.71º 0.59% 0.93% -
XYZ 62.03 69.34 21.18 -
YUV 210.06 63.63 146.5 -
System Red Green Blue C M Y K H S L
Decimal 236 219 96 0 0.07 0.59 0.07 52.71 0.79 0.65
Hex EC DB 60 0 7 3B 7 35 4F 41
Octal 354 333 140 0 7 73 7 65 117 101
Binary 11101100 11011011 1100000 0 111 111011 111 110101 1001111 1000001

Color Harmonies of #ECDB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB60

Black with #ECDB60

Text Example


Text Example

White with #ECDB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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