Html Css Color HEX #EDE4B0 Pale Goldenrod

📋 copy color: '#EDE4B0'

red 237 ◦ green 228 ◦ blue 176

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

Shades of Pale Goldenrod #EDE4B0

Tints of Pale Goldenrod #EDE4B0

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.57%

 BLUE value IS 176 (69.14% from 255) = 27.46%

R = 36.97%
G = 35.57%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EDE4B0 (or 0xEDE4B0) is known color: Pale Goldenrod. HEX triplet: ED, E4 and B0. RGB value is (237,228,176). Sum of RGB (Red+Green+Blue) = 237+228+176=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 228 (89.45% from 255 or 35.57% from 641); Blue value is 176 (69.14% from 255 or 27.46% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE4B0 is #121B4F. Grayscale: #E0E0E0. Windows color (decimal): -1186640 or 11592941. OLE color: 11592941.

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

Color convert

RGB 237 228 176 -
CMYK 0 0.04 0.26 0.07
HSL 51.15º 0.63% 0.81% -
HSV(B) 51.15º 0.26% 0.93% -
XYZ 70.5 76.63 52.15 -
YUV 224.76 100.48 136.73 -
System Red Green Blue C M Y K H S L
Decimal 237 228 176 0 0.04 0.26 0.07 51.15 0.63 0.81
Hex ED E4 B0 0 4 1A 7 33 3F 51
Octal 355 344 260 0 4 32 7 63 77 121
Binary 11101101 11100100 10110000 0 100 11010 111 110011 111111 1010001

Color Harmonies of #EDE4B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE4B0

Black with #EDE4B0

Text Example


Text Example

White with #EDE4B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE4B0; }

 p { color: rgb(237,228,176); }

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

background-color css

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

 a { background-color: rgb(237,228,176); }

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

border-color css

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

 span { border-color: rgb(237,228,176); }

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