Html Css Color HEX #EBEDA0 Portafino

📋 copy color: '#EBEDA0'

red 235 ◦ green 237 ◦ blue 160

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

Shades of Portafino #EBEDA0

Tints of Portafino #EBEDA0

RGB

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

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

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

R = 37.18%
G = 37.5%
B = 25.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EBEDA0 (or 0xEBEDA0) is known color: Portafino. HEX triplet: EB, ED and A0. RGB value is (235,237,160). Sum of RGB (Red+Green+Blue) = 235+237+160=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 160 (62.89% from 255 or 25.32% from 632); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEDA0 is #14125F. Grayscale: #E3E3E3. Windows color (decimal): -1315424 or 10546667. OLE color: 10546667.

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

Color convert

RGB 235 237 160 -
CMYK 0.01 0 0.32 0.07
HSL 61.56º 0.68% 0.78% -
HSV(B) 61.56º 0.32% 0.93% -
XYZ 70.89 80.77 45.11 -
YUV 227.62 89.84 133.26 -
System Red Green Blue C M Y K H S L
Decimal 235 237 160 0.01 0 0.32 0.07 61.56 0.68 0.78
Hex EB ED A0 1 0 20 7 3E 44 4E
Octal 353 355 240 1 0 40 7 76 104 116
Binary 11101011 11101101 10100000 1 0 100000 111 111110 1000100 1001110

Color Harmonies of #EBEDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEDA0

Black with #EBEDA0

Text Example


Text Example

White with #EBEDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEDA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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