Html Css Color HEX #EDE4AF Pale Goldenrod

📋 copy color: '#EDE4AF'

red 237 ◦ green 228 ◦ blue 175

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

Shades of Pale Goldenrod #EDE4AF

Tints of Pale Goldenrod #EDE4AF

RGB

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

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

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

R = 37.03%
G = 35.63%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EDE4AF (or 0xEDE4AF) is known color: Pale Goldenrod. HEX triplet: ED, E4 and AF. RGB value is (237,228,175). Sum of RGB (Red+Green+Blue) = 237+228+175=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 228 (89.45% from 255 or 35.62% from 640); Blue value is 175 (68.75% from 255 or 27.34% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE4AF is #121B50. Grayscale: #E0E0E0. Windows color (decimal): -1186641 or 11527405. OLE color: 11527405.

HSL color Cylindrical-coordinate representation of color #EDE4AF: hue angle of 51.29º 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 #EDE4AF is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 228 175 -
CMYK 0 0.04 0.26 0.07
HSL 51.29º 0.63% 0.81% -
HSV(B) 51.29º 0.26% 0.93% -
XYZ 70.41 76.59 51.63 -
YUV 224.65 99.98 136.81 -
System Red Green Blue C M Y K H S L
Decimal 237 228 175 0 0.04 0.26 0.07 51.29 0.63 0.81
Hex ED E4 AF 0 4 1A 7 33 3F 51
Octal 355 344 257 0 4 32 7 63 77 121
Binary 11101101 11100100 10101111 0 100 11010 111 110011 111111 1010001

Color Harmonies of #EDE4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE4AF

Black with #EDE4AF

Text Example


Text Example

White with #EDE4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE4AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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