Html Css Color HEX #EDE2B2 Pale Goldenrod

📋 copy color: '#EDE2B2'

red 237 ◦ green 226 ◦ blue 178

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

Shades of Pale Goldenrod #EDE2B2

Tints of Pale Goldenrod #EDE2B2

RGB

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

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

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

R = 36.97%
G = 35.26%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EDE2B2 (or 0xEDE2B2) is known color: Pale Goldenrod. HEX triplet: ED, E2 and B2. RGB value is (237,226,178). Sum of RGB (Red+Green+Blue) = 237+226+178=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 226 (88.67% from 255 or 35.26% from 641); Blue value is 178 (69.92% from 255 or 27.77% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE2B2 is #121D4D. Grayscale: #E0E0E0. Windows color (decimal): -1187150 or 11723501. OLE color: 11723501.

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

Color convert

RGB 237 226 178 -
CMYK 0 0.05 0.25 0.07
HSL 48.81º 0.62% 0.81% -
HSV(B) 48.81º 0.25% 0.93% -
XYZ 70.16 75.61 53.02 -
YUV 223.82 102.14 137.4 -
System Red Green Blue C M Y K H S L
Decimal 237 226 178 0 0.05 0.25 0.07 48.81 0.62 0.81
Hex ED E2 B2 0 5 19 7 31 3E 51
Octal 355 342 262 0 5 31 7 61 76 121
Binary 11101101 11100010 10110010 0 101 11001 111 110001 111110 1010001

Color Harmonies of #EDE2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE2B2

Black with #EDE2B2

Text Example


Text Example

White with #EDE2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE2B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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