Html Css Color HEX #EDE2B0 Pale Goldenrod

📋 copy color: '#EDE2B0'

red 237 ◦ green 226 ◦ blue 176

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

Shades of Pale Goldenrod #EDE2B0

Tints of Pale Goldenrod #EDE2B0

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.37%

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

R = 37.09%
G = 35.37%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EDE2B0 (or 0xEDE2B0) is known color: Pale Goldenrod. HEX triplet: ED, E2 and B0. RGB value is (237,226,176). Sum of RGB (Red+Green+Blue) = 237+226+176=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 226 (88.67% from 255 or 35.37% from 639); Blue value is 176 (69.14% from 255 or 27.54% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE2B0 is #121D4F. Grayscale: #DFDFDF. Windows color (decimal): -1187152 or 11592429. OLE color: 11592429.

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

Color convert

RGB 237 226 176 -
CMYK 0 0.05 0.26 0.07
HSL 49.18º 0.63% 0.81% -
HSV(B) 49.18º 0.26% 0.93% -
XYZ 69.96 75.53 51.97 -
YUV 223.59 101.14 137.57 -
System Red Green Blue C M Y K H S L
Decimal 237 226 176 0 0.05 0.26 0.07 49.18 0.63 0.81
Hex ED E2 B0 0 5 1A 7 31 3F 51
Octal 355 342 260 0 5 32 7 61 77 121
Binary 11101101 11100010 10110000 0 101 11010 111 110001 111111 1010001

Color Harmonies of #EDE2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE2B0

Black with #EDE2B0

Text Example


Text Example

White with #EDE2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE2B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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