Html Css Color HEX #EDE4B2 Pale Goldenrod

📋 copy color: '#EDE4B2'

red 237 ◦ green 228 ◦ blue 178

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

Shades of Pale Goldenrod #EDE4B2

Tints of Pale Goldenrod #EDE4B2

RGB

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

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

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

R = 36.86%
G = 35.46%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EDE4B2 (or 0xEDE4B2) is known color: Pale Goldenrod. HEX triplet: ED, E4 and B2. RGB value is (237,228,178). Sum of RGB (Red+Green+Blue) = 237+228+178=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 228 (89.45% from 255 or 35.46% from 643); Blue value is 178 (69.92% from 255 or 27.68% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE4B2 is #121B4D. Grayscale: #E1E1E1. Windows color (decimal): -1186638 or 11724013. OLE color: 11724013.

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

Color convert

RGB 237 228 178 -
CMYK 0 0.04 0.25 0.07
HSL 50.85º 0.62% 0.81% -
HSV(B) 50.85º 0.25% 0.93% -
XYZ 70.7 76.71 53.2 -
YUV 224.99 101.48 136.57 -
System Red Green Blue C M Y K H S L
Decimal 237 228 178 0 0.04 0.25 0.07 50.85 0.62 0.81
Hex ED E4 B2 0 4 19 7 33 3E 51
Octal 355 344 262 0 4 31 7 63 76 121
Binary 11101101 11100100 10110010 0 100 11001 111 110011 111110 1010001

Color Harmonies of #EDE4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE4B2

Black with #EDE4B2

Text Example


Text Example

White with #EDE4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE4B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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