Html Css Color HEX #ECEDA0 Portafino

📋 copy color: '#ECEDA0'

red 236 ◦ green 237 ◦ blue 160

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

Shades of Portafino #ECEDA0

Tints of Portafino #ECEDA0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.44%

 BLUE value IS 160 (62.89% from 255) = 25.28%

R = 37.28%
G = 37.44%
B = 25.28%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#ECEDA0 (or 0xECEDA0) is known color: Portafino. HEX triplet: EC, ED and A0. RGB value is (236,237,160). Sum of RGB (Red+Green+Blue) = 236+237+160=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 160 (62.89% from 255 or 25.28% from 633); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEDA0 is #13125F. Grayscale: #E4E4E4. Windows color (decimal): -1249888 or 10546668. OLE color: 10546668.

HSL color Cylindrical-coordinate representation of color #ECEDA0: hue angle of 60.78º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECEDA0 is Cyan = 0.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 237 160 -
CMYK 0.00 0 0.32 0.07
HSL 60.78º 0.68% 0.78% -
HSV(B) 60.78º 0.32% 0.93% -
XYZ 71.22 80.94 45.13 -
YUV 227.92 89.67 133.76 -
System Red Green Blue C M Y K H S L
Decimal 236 237 160 0.00 0 0.32 0.07 60.78 0.68 0.78
Hex EC ED A0 0 0 20 7 3D 44 4E
Octal 354 355 240 0 0 40 7 75 104 116
Binary 11101100 11101101 10100000 0 0 100000 111 111101 1000100 1001110

Color Harmonies of #ECEDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEDA0

Black with #ECEDA0

Text Example


Text Example

White with #ECEDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEDA0; }

 p { color: rgb(236,237,160); }

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

background-color css

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

 a { background-color: rgb(236,237,160); }

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

border-color css

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

 span { border-color: rgb(236,237,160); }

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