Html Css Color HEX #EAE79B Portafino

📋 copy color: '#EAE79B'

red 234 ◦ green 231 ◦ blue 155

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

Shades of Portafino #EAE79B

Tints of Portafino #EAE79B

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.26%

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

R = 37.74%
G = 37.26%
B = 25%

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

#EAE79B (or 0xEAE79B) is known color: Portafino. HEX triplet: EA, E7 and 9B. RGB value is (234,231,155). Sum of RGB (Red+Green+Blue) = 234+231+155=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 231 (90.62% from 255 or 37.26% from 620); Blue value is 155 (60.94% from 255 or 25% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE79B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE79B is #151864. Grayscale: #DFDFDF. Windows color (decimal): -1382501 or 10217450. OLE color: 10217450.

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

Color convert

RGB 234 231 155 -
CMYK 0 0.01 0.34 0.08
HSL 57.72º 0.65% 0.76% -
HSV(B) 57.72º 0.34% 0.92% -
XYZ 68.42 77.01 42.27 -
YUV 223.23 89.49 135.68 -
System Red Green Blue C M Y K H S L
Decimal 234 231 155 0 0.01 0.34 0.08 57.72 0.65 0.76
Hex EA E7 9B 0 1 22 8 3A 41 4C
Octal 352 347 233 0 1 42 10 72 101 114
Binary 11101010 11100111 10011011 0 1 100010 1000 111010 1000001 1001100

Color Harmonies of #EAE79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE79B

Black with #EAE79B

Text Example


Text Example

White with #EAE79B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE79B; }

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

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

background-color css

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

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

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

border-color css

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

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

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