Html Css Color HEX #ECEDA2 Portafino

📋 copy color: '#ECEDA2'

red 236 ◦ green 237 ◦ blue 162

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

Shades of Portafino #ECEDA2

Tints of Portafino #ECEDA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 25.51%

R = 37.17%
G = 37.32%
B = 25.51%

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

#ECEDA2 (or 0xECEDA2) is known color: Portafino. HEX triplet: EC, ED and A2. RGB value is (236,237,162). Sum of RGB (Red+Green+Blue) = 236+237+162=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 162 (63.67% from 255 or 25.51% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #ECEDA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEDA2 is #13125D. Grayscale: #E4E4E4. Windows color (decimal): -1249886 or 10677740. OLE color: 10677740.

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

Color convert

RGB 236 237 162 -
CMYK 0.00 0 0.32 0.07
HSL 60.8º 0.68% 0.78% -
HSV(B) 60.8º 0.32% 0.93% -
XYZ 71.4 81.01 46.06 -
YUV 228.15 90.67 133.6 -
System Red Green Blue C M Y K H S L
Decimal 236 237 162 0.00 0 0.32 0.07 60.8 0.68 0.78
Hex EC ED A2 0 0 20 7 3D 44 4E
Octal 354 355 242 0 0 40 7 75 104 116
Binary 11101100 11101101 10100010 0 0 100000 111 111101 1000100 1001110

Color Harmonies of #ECEDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEDA2

Black with #ECEDA2

Text Example


Text Example

White with #ECEDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEDA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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