Html Css Color HEX #EBE99F Portafino

📋 copy color: '#EBE99F'

red 235 ◦ green 233 ◦ blue 159

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

Shades of Portafino #EBE99F

Tints of Portafino #EBE99F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 25.36%

R = 37.48%
G = 37.16%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EBE99F (or 0xEBE99F) is known color: Portafino. HEX triplet: EB, E9 and 9F. RGB value is (235,233,159). Sum of RGB (Red+Green+Blue) = 235+233+159=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 233 (91.41% from 255 or 37.16% from 627); Blue value is 159 (62.5% from 255 or 25.36% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE99F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE99F is #141660. Grayscale: #E1E1E1. Windows color (decimal): -1316449 or 10480107. OLE color: 10480107.

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

Color convert

RGB 235 233 159 -
CMYK 0 0.01 0.32 0.08
HSL 58.42º 0.66% 0.77% -
HSV(B) 58.42º 0.32% 0.92% -
XYZ 69.66 78.44 44.27 -
YUV 225.16 90.66 135.02 -
System Red Green Blue C M Y K H S L
Decimal 235 233 159 0 0.01 0.32 0.08 58.42 0.66 0.77
Hex EB E9 9F 0 1 20 8 3A 42 4D
Octal 353 351 237 0 1 40 10 72 102 115
Binary 11101011 11101001 10011111 0 1 100000 1000 111010 1000010 1001101

Color Harmonies of #EBE99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE99F

Black with #EBE99F

Text Example


Text Example

White with #EBE99F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE99F; }

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

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

background-color css

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

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

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

border-color css

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

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

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