Html Css Color HEX #EBECA1 Portafino

📋 copy color: '#EBECA1'

red 235 ◦ green 236 ◦ blue 161

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

Shades of Portafino #EBECA1

Tints of Portafino #EBECA1

RGB

 RED value IS 235 (92.19% from 255) = 37.18%

 GREEN value IS 236 (92.58% from 255) = 37.34%

 BLUE value IS 161 (63.28% from 255) = 25.47%

R = 37.18%
G = 37.34%
B = 25.47%

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

#EBECA1 (or 0xEBECA1) is known color: Portafino. HEX triplet: EB, EC and A1. RGB value is (235,236,161). Sum of RGB (Red+Green+Blue) = 235+236+161=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 161 (63.28% from 255 or 25.47% from 632); Max value from RGB is 236 - color contains mainly: green. Hex color #EBECA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBECA1 is #14135E. Grayscale: #E3E3E3. Windows color (decimal): -1315679 or 10611947. OLE color: 10611947.

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

Color convert

RGB 235 236 161 -
CMYK 0.00 0 0.32 0.07
HSL 60.8º 0.66% 0.78% -
HSV(B) 60.8º 0.32% 0.93% -
XYZ 70.69 80.23 45.48 -
YUV 227.15 90.67 133.6 -
System Red Green Blue C M Y K H S L
Decimal 235 236 161 0.00 0 0.32 0.07 60.8 0.66 0.78
Hex EB EC A1 0 0 20 7 3D 42 4E
Octal 353 354 241 0 0 40 7 75 102 116
Binary 11101011 11101100 10100001 0 0 100000 111 111101 1000010 1001110

Color Harmonies of #EBECA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBECA1

Black with #EBECA1

Text Example


Text Example

White with #EBECA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBECA1; }

 p { color: rgb(235,236,161); }

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

background-color css

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

 a { background-color: rgb(235,236,161); }

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

border-color css

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

 span { border-color: rgb(235,236,161); }

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