Html Css Color HEX #EAE1AF Pale Goldenrod

📋 copy color: '#EAE1AF'

red 234 ◦ green 225 ◦ blue 175

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

Shades of Pale Goldenrod #EAE1AF

Tints of Pale Goldenrod #EAE1AF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.49%

 BLUE value IS 175 (68.75% from 255) = 27.6%

R = 36.91%
G = 35.49%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EAE1AF (or 0xEAE1AF) is known color: Pale Goldenrod. HEX triplet: EA, E1 and AF. RGB value is (234,225,175). Sum of RGB (Red+Green+Blue) = 234+225+175=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 225 (88.28% from 255 or 35.49% from 634); Blue value is 175 (68.75% from 255 or 27.60% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE1AF is #151E50. Grayscale: #DEDEDE. Windows color (decimal): -1384017 or 11526634. OLE color: 11526634.

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

Color convert

RGB 234 225 175 -
CMYK 0 0.04 0.25 0.08
HSL 50.85º 0.58% 0.8% -
HSV(B) 50.85º 0.25% 0.92% -
XYZ 68.59 74.44 51.31 -
YUV 221.99 101.48 136.57 -
System Red Green Blue C M Y K H S L
Decimal 234 225 175 0 0.04 0.25 0.08 50.85 0.58 0.8
Hex EA E1 AF 0 4 19 8 33 3A 50
Octal 352 341 257 0 4 31 10 63 72 120
Binary 11101010 11100001 10101111 0 100 11001 1000 110011 111010 1010000

Color Harmonies of #EAE1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE1AF

Black with #EAE1AF

Text Example


Text Example

White with #EAE1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE1AF; }

 p { color: rgb(234,225,175); }

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

background-color css

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

 a { background-color: rgb(234,225,175); }

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

border-color css

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

 span { border-color: rgb(234,225,175); }

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