Html Css Color HEX #EAE2AF Pale Goldenrod

📋 copy color: '#EAE2AF'

red 234 ◦ green 226 ◦ blue 175

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

Shades of Pale Goldenrod #EAE2AF

Tints of Pale Goldenrod #EAE2AF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.59%

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

R = 36.85%
G = 35.59%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EAE2AF (or 0xEAE2AF) is known color: Pale Goldenrod. HEX triplet: EA, E2 and AF. RGB value is (234,226,175). Sum of RGB (Red+Green+Blue) = 234+226+175=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 226 (88.67% from 255 or 35.59% from 635); Blue value is 175 (68.75% from 255 or 27.56% from 635); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE2AF is #151D50. Grayscale: #DEDEDE. Windows color (decimal): -1383761 or 11526890. OLE color: 11526890.

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

Color convert

RGB 234 226 175 -
CMYK 0 0.03 0.25 0.08
HSL 51.86º 0.58% 0.8% -
HSV(B) 51.86º 0.25% 0.92% -
XYZ 68.87 74.98 51.4 -
YUV 222.58 101.15 136.15 -
System Red Green Blue C M Y K H S L
Decimal 234 226 175 0 0.03 0.25 0.08 51.86 0.58 0.8
Hex EA E2 AF 0 3 19 8 34 3A 50
Octal 352 342 257 0 3 31 10 64 72 120
Binary 11101010 11100010 10101111 0 11 11001 1000 110100 111010 1010000

Color Harmonies of #EAE2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE2AF

Black with #EAE2AF

Text Example


Text Example

White with #EAE2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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