Html Css Color HEX #EAE4A5 Pale Goldenrod

📋 copy color: '#EAE4A5'

red 234 ◦ green 228 ◦ blue 165

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

Shades of Pale Goldenrod #EAE4A5

Tints of Pale Goldenrod #EAE4A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 26.32%

R = 37.32%
G = 36.36%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EAE4A5 (or 0xEAE4A5) is known color: Pale Goldenrod. HEX triplet: EA, E4 and A5. RGB value is (234,228,165). Sum of RGB (Red+Green+Blue) = 234+228+165=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 228 (89.45% from 255 or 36.36% from 627); Blue value is 165 (64.84% from 255 or 26.32% from 627); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE4A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE4A5 is #151B5A. Grayscale: #DEDEDE. Windows color (decimal): -1383259 or 10872042. OLE color: 10872042.

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

Color convert

RGB 234 228 165 -
CMYK 0 0.03 0.29 0.08
HSL 54.78º 0.62% 0.78% -
HSV(B) 54.78º 0.29% 0.92% -
XYZ 68.47 75.7 46.6 -
YUV 222.61 95.49 136.12 -
System Red Green Blue C M Y K H S L
Decimal 234 228 165 0 0.03 0.29 0.08 54.78 0.62 0.78
Hex EA E4 A5 0 3 1D 8 37 3E 4E
Octal 352 344 245 0 3 35 10 67 76 116
Binary 11101010 11100100 10100101 0 11 11101 1000 110111 111110 1001110

Color Harmonies of #EAE4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE4A5

Black with #EAE4A5

Text Example


Text Example

White with #EAE4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE4A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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