Html Css Color HEX #EBEEA0 Portafino

📋 copy color: '#EBEEA0'

red 235 ◦ green 238 ◦ blue 160

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

Shades of Portafino #EBEEA0

Tints of Portafino #EBEEA0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.6%

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

R = 37.12%
G = 37.6%
B = 25.28%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EBEEA0 (or 0xEBEEA0) is known color: Portafino. HEX triplet: EB, EE and A0. RGB value is (235,238,160). Sum of RGB (Red+Green+Blue) = 235+238+160=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 160 (62.89% from 255 or 25.28% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEEA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEEA0 is #14115F. Grayscale: #E4E4E4. Windows color (decimal): -1315168 or 10546923. OLE color: 10546923.

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

Color convert

RGB 235 238 160 -
CMYK 0.01 0 0.33 0.07
HSL 62.31º 0.7% 0.78% -
HSV(B) 62.31º 0.33% 0.93% -
XYZ 71.18 81.35 45.21 -
YUV 228.21 89.51 132.84 -
System Red Green Blue C M Y K H S L
Decimal 235 238 160 0.01 0 0.33 0.07 62.31 0.7 0.78
Hex EB EE A0 1 0 21 7 3E 46 4E
Octal 353 356 240 1 0 41 7 76 106 116
Binary 11101011 11101110 10100000 1 0 100001 111 111110 1000110 1001110

Color Harmonies of #EBEEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEEA0

Black with #EBEEA0

Text Example


Text Example

White with #EBEEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEEA0; }

 p { color: rgb(235,238,160); }

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

background-color css

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

 a { background-color: rgb(235,238,160); }

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

border-color css

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

 span { border-color: rgb(235,238,160); }

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