Html Css Color HEX #EAE4B1 Pale Goldenrod

📋 copy color: '#EAE4B1'

red 234 ◦ green 228 ◦ blue 177

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

Shades of Pale Goldenrod #EAE4B1

Tints of Pale Goldenrod #EAE4B1

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.68%

 BLUE value IS 177 (69.53% from 255) = 27.7%

R = 36.62%
G = 35.68%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EAE4B1 (or 0xEAE4B1) is known color: Pale Goldenrod. HEX triplet: EA, E4 and B1. RGB value is (234,228,177). Sum of RGB (Red+Green+Blue) = 234+228+177=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 228 (89.45% from 255 or 35.68% from 639); Blue value is 177 (69.53% from 255 or 27.70% from 639); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE4B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE4B1 is #151B4E. Grayscale: #E0E0E0. Windows color (decimal): -1383247 or 11658474. OLE color: 11658474.

HSL color Cylindrical-coordinate representation of color #EAE4B1: hue angle of 53.68º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAE4B1 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 228 177 -
CMYK 0 0.03 0.24 0.08
HSL 53.68º 0.58% 0.81% -
HSV(B) 53.68º 0.24% 0.92% -
XYZ 69.61 76.15 52.63 -
YUV 223.98 101.49 135.15 -
System Red Green Blue C M Y K H S L
Decimal 234 228 177 0 0.03 0.24 0.08 53.68 0.58 0.81
Hex EA E4 B1 0 3 18 8 36 3A 51
Octal 352 344 261 0 3 30 10 66 72 121
Binary 11101010 11100100 10110001 0 11 11000 1000 110110 111010 1010001

Color Harmonies of #EAE4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE4B1

Black with #EAE4B1

Text Example


Text Example

White with #EAE4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE4B1; }

 p { color: rgb(234,228,177); }

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

background-color css

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

 a { background-color: rgb(234,228,177); }

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

border-color css

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

 span { border-color: rgb(234,228,177); }

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