Html Css Color HEX #EDE8B2 Pale Goldenrod

📋 copy color: '#EDE8B2'

red 237 ◦ green 232 ◦ blue 178

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

Shades of Pale Goldenrod #EDE8B2

Tints of Pale Goldenrod #EDE8B2

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.86%

 BLUE value IS 178 (69.92% from 255) = 27.51%

R = 36.63%
G = 35.86%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EDE8B2 (or 0xEDE8B2) is known color: Pale Goldenrod. HEX triplet: ED, E8 and B2. RGB value is (237,232,178). Sum of RGB (Red+Green+Blue) = 237+232+178=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 232 (91.02% from 255 or 35.86% from 647); Blue value is 178 (69.92% from 255 or 27.51% from 647); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE8B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE8B2 is #12174D. Grayscale: #E3E3E3. Windows color (decimal): -1185614 or 11725037. OLE color: 11725037.

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

Color convert

RGB 237 232 178 -
CMYK 0 0.02 0.25 0.07
HSL 54.92º 0.62% 0.81% -
HSV(B) 54.92º 0.25% 0.93% -
XYZ 71.82 78.93 53.57 -
YUV 227.34 100.16 134.89 -
System Red Green Blue C M Y K H S L
Decimal 237 232 178 0 0.02 0.25 0.07 54.92 0.62 0.81
Hex ED E8 B2 0 2 19 7 37 3E 51
Octal 355 350 262 0 2 31 7 67 76 121
Binary 11101101 11101000 10110010 0 10 11001 111 110111 111110 1010001

Color Harmonies of #EDE8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE8B2

Black with #EDE8B2

Text Example


Text Example

White with #EDE8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE8B2; }

 p { color: rgb(237,232,178); }

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

background-color css

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

 a { background-color: rgb(237,232,178); }

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

border-color css

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

 span { border-color: rgb(237,232,178); }

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