Html Css Color HEX #EDE5AF Pale Goldenrod

📋 copy color: '#EDE5AF'

red 237 ◦ green 229 ◦ blue 175

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

Shades of Pale Goldenrod #EDE5AF

Tints of Pale Goldenrod #EDE5AF

RGB

 RED value IS 237 (92.97% from 255) = 36.97%

 GREEN value IS 229 (89.84% from 255) = 35.73%

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

R = 36.97%
G = 35.73%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EDE5AF (or 0xEDE5AF) is known color: Pale Goldenrod. HEX triplet: ED, E5 and AF. RGB value is (237,229,175). Sum of RGB (Red+Green+Blue) = 237+229+175=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 229 (89.84% from 255 or 35.73% from 641); Blue value is 175 (68.75% from 255 or 27.30% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE5AF is #121A50. Grayscale: #E1E1E1. Windows color (decimal): -1186385 or 11527661. OLE color: 11527661.

HSL color Cylindrical-coordinate representation of color #EDE5AF: hue angle of 52.26º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDE5AF is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 229 175 -
CMYK 0 0.03 0.26 0.07
HSL 52.26º 0.63% 0.81% -
HSV(B) 52.26º 0.26% 0.93% -
XYZ 70.68 77.14 51.72 -
YUV 225.24 99.65 136.39 -
System Red Green Blue C M Y K H S L
Decimal 237 229 175 0 0.03 0.26 0.07 52.26 0.63 0.81
Hex ED E5 AF 0 3 1A 7 34 3F 51
Octal 355 345 257 0 3 32 7 64 77 121
Binary 11101101 11100101 10101111 0 11 11010 111 110100 111111 1010001

Color Harmonies of #EDE5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE5AF

Black with #EDE5AF

Text Example


Text Example

White with #EDE5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE5AF; }

 p { color: rgb(237,229,175); }

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

background-color css

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

 a { background-color: rgb(237,229,175); }

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

border-color css

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

 span { border-color: rgb(237,229,175); }

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