Html Css Color HEX #EAE99B Portafino

📋 copy color: '#EAE99B'

red 234 ◦ green 233 ◦ blue 155

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

Shades of Portafino #EAE99B

Tints of Portafino #EAE99B

RGB

 RED value IS 234 (91.8% from 255) = 37.62%

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

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

R = 37.62%
G = 37.46%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EAE99B (or 0xEAE99B) is known color: Portafino. HEX triplet: EA, E9 and 9B. RGB value is (234,233,155). Sum of RGB (Red+Green+Blue) = 234+233+155=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 233 (91.41% from 255 or 37.46% from 622); Blue value is 155 (60.94% from 255 or 24.92% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE99B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE99B is #151664. Grayscale: #E0E0E0. Windows color (decimal): -1381989 or 10217962. OLE color: 10217962.

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

Color convert

RGB 234 233 155 -
CMYK 0 0.00 0.34 0.08
HSL 59.24º 0.65% 0.76% -
HSV(B) 59.24º 0.34% 0.92% -
XYZ 68.99 78.14 42.46 -
YUV 224.41 88.83 134.84 -
System Red Green Blue C M Y K H S L
Decimal 234 233 155 0 0.00 0.34 0.08 59.24 0.65 0.76
Hex EA E9 9B 0 0 22 8 3B 41 4C
Octal 352 351 233 0 0 42 10 73 101 114
Binary 11101010 11101001 10011011 0 0 100010 1000 111011 1000001 1001100

Color Harmonies of #EAE99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE99B

Black with #EAE99B

Text Example


Text Example

White with #EAE99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE99B; }

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

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

background-color css

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

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

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

border-color css

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

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

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