Html Css Color HEX #EBE89B Portafino

📋 copy color: '#EBE89B'

red 235 ◦ green 232 ◦ blue 155

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

Shades of Portafino #EBE89B

Tints of Portafino #EBE89B

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.3%

 BLUE value IS 155 (60.94% from 255) = 24.92%

R = 37.78%
G = 37.3%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EBE89B (or 0xEBE89B) is known color: Portafino. HEX triplet: EB, E8 and 9B. RGB value is (235,232,155). Sum of RGB (Red+Green+Blue) = 235+232+155=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 232 (91.02% from 255 or 37.30% from 622); Blue value is 155 (60.94% from 255 or 24.92% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE89B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE89B is #141764. Grayscale: #E0E0E0. Windows color (decimal): -1316709 or 10217707. OLE color: 10217707.

HSL color Cylindrical-coordinate representation of color #EBE89B: hue angle of 57.75º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBE89B is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 232 155 -
CMYK 0 0.01 0.34 0.08
HSL 57.75º 0.67% 0.76% -
HSV(B) 57.75º 0.34% 0.92% -
XYZ 69.03 77.74 42.38 -
YUV 224.12 88.99 135.76 -
System Red Green Blue C M Y K H S L
Decimal 235 232 155 0 0.01 0.34 0.08 57.75 0.67 0.76
Hex EB E8 9B 0 1 22 8 3A 43 4C
Octal 353 350 233 0 1 42 10 72 103 114
Binary 11101011 11101000 10011011 0 1 100010 1000 111010 1000011 1001100

Color Harmonies of #EBE89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE89B

Black with #EBE89B

Text Example


Text Example

White with #EBE89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE89B; }

 p { color: rgb(235,232,155); }

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

background-color css

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

 a { background-color: rgb(235,232,155); }

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

border-color css

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

 span { border-color: rgb(235,232,155); }

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