Html Css Color HEX #EDEBA6 Pale Goldenrod

📋 copy color: '#EDEBA6'

red 237 ◦ green 235 ◦ blue 166

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

Shades of Pale Goldenrod #EDEBA6

Tints of Pale Goldenrod #EDEBA6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.83%

 BLUE value IS 166 (65.23% from 255) = 26.02%

R = 37.15%
G = 36.83%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EDEBA6 (or 0xEDEBA6) is known color: Pale Goldenrod. HEX triplet: ED, EB and A6. RGB value is (237,235,166). Sum of RGB (Red+Green+Blue) = 237+235+166=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 235 (92.19% from 255 or 36.83% from 638); Blue value is 166 (65.23% from 255 or 26.02% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEBA6 is #121459. Grayscale: #E4E4E4. Windows color (decimal): -1184858 or 10939373. OLE color: 10939373.

HSL color Cylindrical-coordinate representation of color #EDEBA6: hue angle of 58.31º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDEBA6 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 235 166 -
CMYK 0 0.01 0.30 0.07
HSL 58.31º 0.66% 0.79% -
HSV(B) 58.31º 0.3% 0.93% -
XYZ 71.52 80.17 47.78 -
YUV 227.73 93.16 134.61 -
System Red Green Blue C M Y K H S L
Decimal 237 235 166 0 0.01 0.30 0.07 58.31 0.66 0.79
Hex ED EB A6 0 1 1E 7 3A 42 4F
Octal 355 353 246 0 1 36 7 72 102 117
Binary 11101101 11101011 10100110 0 1 11110 111 111010 1000010 1001111

Color Harmonies of #EDEBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEBA6

Black with #EDEBA6

Text Example


Text Example

White with #EDEBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEBA6; }

 p { color: rgb(237,235,166); }

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

background-color css

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

 a { background-color: rgb(237,235,166); }

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

border-color css

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

 span { border-color: rgb(237,235,166); }

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