Html Css Color HEX #EBE99B Portafino

📋 copy color: '#EBE99B'

red 235 ◦ green 233 ◦ blue 155

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

Shades of Portafino #EBE99B

Tints of Portafino #EBE99B

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.4%

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

R = 37.72%
G = 37.4%
B = 24.88%

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

#EBE99B (or 0xEBE99B) is known color: Portafino. HEX triplet: EB, E9 and 9B. RGB value is (235,233,155). Sum of RGB (Red+Green+Blue) = 235+233+155=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 233 (91.41% from 255 or 37.40% from 623); Blue value is 155 (60.94% from 255 or 24.88% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE99B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE99B is #141664. Grayscale: #E1E1E1. Windows color (decimal): -1316453 or 10217963. OLE color: 10217963.

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

Color convert

RGB 235 233 155 -
CMYK 0 0.01 0.34 0.08
HSL 58.5º 0.67% 0.76% -
HSV(B) 58.5º 0.34% 0.92% -
XYZ 69.32 78.31 42.47 -
YUV 224.71 88.66 135.34 -
System Red Green Blue C M Y K H S L
Decimal 235 233 155 0 0.01 0.34 0.08 58.5 0.67 0.76
Hex EB E9 9B 0 1 22 8 3A 43 4C
Octal 353 351 233 0 1 42 10 72 103 114
Binary 11101011 11101001 10011011 0 1 100010 1000 111010 1000011 1001100

Color Harmonies of #EBE99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE99B

Black with #EBE99B

Text Example


Text Example

White with #EBE99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE99B; }

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

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

background-color css

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

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

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

border-color css

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

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

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