Html Css Color HEX #EDE2AF Pale Goldenrod

📋 copy color: '#EDE2AF'

red 237 ◦ green 226 ◦ blue 175

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

Shades of Pale Goldenrod #EDE2AF

Tints of Pale Goldenrod #EDE2AF

RGB

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

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

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

R = 37.15%
G = 35.42%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EDE2AF (or 0xEDE2AF) is known color: Pale Goldenrod. HEX triplet: ED, E2 and AF. RGB value is (237,226,175). Sum of RGB (Red+Green+Blue) = 237+226+175=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 226 (88.67% from 255 or 35.42% from 638); Blue value is 175 (68.75% from 255 or 27.43% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE2AF is #121D50. Grayscale: #DFDFDF. Windows color (decimal): -1187153 or 11526893. OLE color: 11526893.

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

Color convert

RGB 237 226 175 -
CMYK 0 0.05 0.26 0.07
HSL 49.35º 0.63% 0.81% -
HSV(B) 49.35º 0.26% 0.93% -
XYZ 69.86 75.49 51.45 -
YUV 223.48 100.64 137.65 -
System Red Green Blue C M Y K H S L
Decimal 237 226 175 0 0.05 0.26 0.07 49.35 0.63 0.81
Hex ED E2 AF 0 5 1A 7 31 3F 51
Octal 355 342 257 0 5 32 7 61 77 121
Binary 11101101 11100010 10101111 0 101 11010 111 110001 111111 1010001

Color Harmonies of #EDE2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE2AF

Black with #EDE2AF

Text Example


Text Example

White with #EDE2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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