Html Css Color HEX #EBEFA0 Portafino

📋 copy color: '#EBEFA0'

red 235 ◦ green 239 ◦ blue 160

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

Shades of Portafino #EBEFA0

Tints of Portafino #EBEFA0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.7%

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

R = 37.07%
G = 37.7%
B = 25.24%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EBEFA0 (or 0xEBEFA0) is known color: Portafino. HEX triplet: EB, EF and A0. RGB value is (235,239,160). Sum of RGB (Red+Green+Blue) = 235+239+160=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 160 (62.89% from 255 or 25.24% from 634); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEFA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEFA0 is #14105F. Grayscale: #E5E5E5. Windows color (decimal): -1314912 or 10547179. OLE color: 10547179.

HSL color Cylindrical-coordinate representation of color #EBEFA0: hue angle of 63.04º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBEFA0 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 239 160 -
CMYK 0.02 0 0.33 0.06
HSL 63.04º 0.71% 0.78% -
HSV(B) 63.04º 0.33% 0.94% -
XYZ 71.47 81.93 45.31 -
YUV 228.8 89.17 132.42 -
System Red Green Blue C M Y K H S L
Decimal 235 239 160 0.02 0 0.33 0.06 63.04 0.71 0.78
Hex EB EF A0 2 0 21 6 3F 47 4E
Octal 353 357 240 2 0 41 6 77 107 116
Binary 11101011 11101111 10100000 10 0 100001 110 111111 1000111 1001110

Color Harmonies of #EBEFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEFA0

Black with #EBEFA0

Text Example


Text Example

White with #EBEFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEFA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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