Html Css Color HEX #EAE99A Portafino

📋 copy color: '#EAE99A'

red 234 ◦ green 233 ◦ blue 154

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

Shades of Portafino #EAE99A

Tints of Portafino #EAE99A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 24.8%

R = 37.68%
G = 37.52%
B = 24.8%

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

#EAE99A (or 0xEAE99A) is known color: Portafino. HEX triplet: EA, E9 and 9A. RGB value is (234,233,154). Sum of RGB (Red+Green+Blue) = 234+233+154=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 233 (91.41% from 255 or 37.52% from 621); Blue value is 154 (60.55% from 255 or 24.80% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE99A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE99A is #151665. Grayscale: #E0E0E0. Windows color (decimal): -1381990 or 10152426. OLE color: 10152426.

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

Color convert

RGB 234 233 154 -
CMYK 0 0.00 0.34 0.08
HSL 59.25º 0.66% 0.76% -
HSV(B) 59.25º 0.34% 0.92% -
XYZ 68.9 78.1 42.02 -
YUV 224.29 88.33 134.92 -
System Red Green Blue C M Y K H S L
Decimal 234 233 154 0 0.00 0.34 0.08 59.25 0.66 0.76
Hex EA E9 9A 0 0 22 8 3B 42 4C
Octal 352 351 232 0 0 42 10 73 102 114
Binary 11101010 11101001 10011010 0 0 100010 1000 111011 1000010 1001100

Color Harmonies of #EAE99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE99A

Black with #EAE99A

Text Example


Text Example

White with #EAE99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE99A; }

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

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

background-color css

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

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

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

border-color css

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

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

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