Html Css Color HEX #EAE6AF Pale Goldenrod

📋 copy color: '#EAE6AF'

red 234 ◦ green 230 ◦ blue 175

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

Shades of Pale Goldenrod #EAE6AF

Tints of Pale Goldenrod #EAE6AF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.99%

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

R = 36.62%
G = 35.99%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EAE6AF (or 0xEAE6AF) is known color: Pale Goldenrod. HEX triplet: EA, E6 and AF. RGB value is (234,230,175). Sum of RGB (Red+Green+Blue) = 234+230+175=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 230 (90.23% from 255 or 35.99% from 639); Blue value is 175 (68.75% from 255 or 27.39% from 639); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE6AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE6AF is #151950. Grayscale: #E1E1E1. Windows color (decimal): -1382737 or 11527914. OLE color: 11527914.

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

Color convert

RGB 234 230 175 -
CMYK 0 0.02 0.25 0.08
HSL 55.93º 0.58% 0.8% -
HSV(B) 55.93º 0.25% 0.92% -
XYZ 69.97 77.18 51.77 -
YUV 224.93 99.83 134.47 -
System Red Green Blue C M Y K H S L
Decimal 234 230 175 0 0.02 0.25 0.08 55.93 0.58 0.8
Hex EA E6 AF 0 2 19 8 38 3A 50
Octal 352 346 257 0 2 31 10 70 72 120
Binary 11101010 11100110 10101111 0 10 11001 1000 111000 111010 1010000

Color Harmonies of #EAE6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE6AF

Black with #EAE6AF

Text Example


Text Example

White with #EAE6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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