Html Css Color HEX #EDE6AF Pale Goldenrod

📋 copy color: '#EDE6AF'

red 237 ◦ green 230 ◦ blue 175

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

Shades of Pale Goldenrod #EDE6AF

Tints of Pale Goldenrod #EDE6AF

RGB

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

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

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

R = 36.92%
G = 35.83%
B = 27.26%

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

#EDE6AF (or 0xEDE6AF) is known color: Pale Goldenrod. HEX triplet: ED, E6 and AF. RGB value is (237,230,175). Sum of RGB (Red+Green+Blue) = 237+230+175=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 230 (90.23% from 255 or 35.83% from 642); Blue value is 175 (68.75% from 255 or 27.26% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE6AF is #121950. Grayscale: #E2E2E2. Windows color (decimal): -1186129 or 11527917. OLE color: 11527917.

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

Color convert

RGB 237 230 175 -
CMYK 0 0.03 0.26 0.07
HSL 53.23º 0.63% 0.81% -
HSV(B) 53.23º 0.26% 0.93% -
XYZ 70.96 77.69 51.81 -
YUV 225.82 99.32 135.97 -
System Red Green Blue C M Y K H S L
Decimal 237 230 175 0 0.03 0.26 0.07 53.23 0.63 0.81
Hex ED E6 AF 0 3 1A 7 35 3F 51
Octal 355 346 257 0 3 32 7 65 77 121
Binary 11101101 11100110 10101111 0 11 11010 111 110101 111111 1010001

Color Harmonies of #EDE6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE6AF

Black with #EDE6AF

Text Example


Text Example

White with #EDE6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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