Html Css Color HEX #EDE6B1 Pale Goldenrod

📋 copy color: '#EDE6B1'

red 237 ◦ green 230 ◦ blue 177

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

Shades of Pale Goldenrod #EDE6B1

Tints of Pale Goldenrod #EDE6B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 27.48%

R = 36.8%
G = 35.71%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EDE6B1 (or 0xEDE6B1) is known color: Pale Goldenrod. HEX triplet: ED, E6 and B1. RGB value is (237,230,177). Sum of RGB (Red+Green+Blue) = 237+230+177=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 230 (90.23% from 255 or 35.71% from 644); Blue value is 177 (69.53% from 255 or 27.48% from 644); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE6B1 is #12194E. Grayscale: #E2E2E2. Windows color (decimal): -1186127 or 11658989. OLE color: 11658989.

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

Color convert

RGB 237 230 177 -
CMYK 0 0.03 0.25 0.07
HSL 53º 0.63% 0.81% -
HSV(B) 53º 0.25% 0.93% -
XYZ 71.16 77.77 52.86 -
YUV 226.05 100.32 135.81 -
System Red Green Blue C M Y K H S L
Decimal 237 230 177 0 0.03 0.25 0.07 53 0.63 0.81
Hex ED E6 B1 0 3 19 7 35 3E 51
Octal 355 346 261 0 3 31 7 65 76 121
Binary 11101101 11100110 10110001 0 11 11001 111 110101 111110 1010001

Color Harmonies of #EDE6B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE6B1

Black with #EDE6B1

Text Example


Text Example

White with #EDE6B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE6B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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