Html Css Color HEX #EDD5B5 Champagne

📋 copy color: '#EDD5B5'

red 237 ◦ green 213 ◦ blue 181

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

Shades of Champagne #EDD5B5

Tints of Champagne #EDD5B5

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.76%

 BLUE value IS 181 (71.09% from 255) = 28.68%

R = 37.56%
G = 33.76%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EDD5B5 (or 0xEDD5B5) is known color: Champagne. HEX triplet: ED, D5 and B5. RGB value is (237,213,181). Sum of RGB (Red+Green+Blue) = 237+213+181=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 213 (83.59% from 255 or 33.76% from 631); Blue value is 181 (71.09% from 255 or 28.68% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD5B5 is #122A4A. Grayscale: #D8D8D8. Windows color (decimal): -1190475 or 11916781. OLE color: 11916781.

HSL color Cylindrical-coordinate representation of color #EDD5B5: hue angle of 34.29º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDD5B5 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 213 181 -
CMYK 0 0.10 0.24 0.07
HSL 34.29º 0.61% 0.82% -
HSV(B) 34.29º 0.24% 0.93% -
XYZ 67.06 68.93 53.49 -
YUV 216.53 107.95 142.6 -
System Red Green Blue C M Y K H S L
Decimal 237 213 181 0 0.10 0.24 0.07 34.29 0.61 0.82
Hex ED D5 B5 0 A 18 7 22 3D 52
Octal 355 325 265 0 12 30 7 42 75 122
Binary 11101101 11010101 10110101 0 1010 11000 111 100010 111101 1010010

Color Harmonies of #EDD5B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD5B5

Black with #EDD5B5

Text Example


Text Example

White with #EDD5B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD5B5; }

 p { color: rgb(237,213,181); }

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

background-color css

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

 a { background-color: rgb(237,213,181); }

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

border-color css

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

 span { border-color: rgb(237,213,181); }

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