Html Css Color HEX #EAE79D Portafino

📋 copy color: '#EAE79D'

red 234 ◦ green 231 ◦ blue 157

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

Shades of Portafino #EAE79D

Tints of Portafino #EAE79D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 25.24%

R = 37.62%
G = 37.14%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EAE79D (or 0xEAE79D) is known color: Portafino. HEX triplet: EA, E7 and 9D. RGB value is (234,231,157). Sum of RGB (Red+Green+Blue) = 234+231+157=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 231 (90.62% from 255 or 37.14% from 622); Blue value is 157 (61.72% from 255 or 25.24% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE79D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE79D is #151862. Grayscale: #DFDFDF. Windows color (decimal): -1382499 or 10348522. OLE color: 10348522.

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

Color convert

RGB 234 231 157 -
CMYK 0 0.01 0.33 0.08
HSL 57.66º 0.65% 0.77% -
HSV(B) 57.66º 0.33% 0.92% -
XYZ 68.59 77.08 43.16 -
YUV 223.46 90.49 135.52 -
System Red Green Blue C M Y K H S L
Decimal 234 231 157 0 0.01 0.33 0.08 57.66 0.65 0.77
Hex EA E7 9D 0 1 21 8 3A 41 4D
Octal 352 347 235 0 1 41 10 72 101 115
Binary 11101010 11100111 10011101 0 1 100001 1000 111010 1000001 1001101

Color Harmonies of #EAE79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE79D

Black with #EAE79D

Text Example


Text Example

White with #EAE79D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE79D; }

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

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

background-color css

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

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

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

border-color css

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

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

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