Html Css Color HEX #EDD0C5 Bizarre

📋 copy color: '#EDD0C5'

red 237 ◦ green 208 ◦ blue 197

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

Shades of Bizarre #EDD0C5

Tints of Bizarre #EDD0C5

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.4%

 BLUE value IS 197 (77.34% from 255) = 30.69%

R = 36.92%
G = 32.4%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EDD0C5 (or 0xEDD0C5) is known color: Bizarre. HEX triplet: ED, D0 and C5. RGB value is (237,208,197). Sum of RGB (Red+Green+Blue) = 237+208+197=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 208 (81.64% from 255 or 32.40% from 642); Blue value is 197 (77.34% from 255 or 30.69% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD0C5 is #122F3A. Grayscale: #D7D7D7. Windows color (decimal): -1191739 or 12964077. OLE color: 12964077.

HSL color Cylindrical-coordinate representation of color #EDD0C5: hue angle of 16.5º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDD0C5 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 208 197 -
CMYK 0 0.12 0.17 0.07
HSL 16.5º 0.53% 0.85% -
HSV(B) 16.5º 0.17% 0.93% -
XYZ 67.56 67.15 62.22 -
YUV 215.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 237 208 197 0 0.12 0.17 0.07 16.5 0.53 0.85
Hex ED D0 C5 0 C 11 7 10 35 55
Octal 355 320 305 0 14 21 7 20 65 125
Binary 11101101 11010000 11000101 0 1100 10001 111 10000 110101 1010101

Color Harmonies of #EDD0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD0C5

Black with #EDD0C5

Text Example


Text Example

White with #EDD0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD0C5; }

 p { color: rgb(237,208,197); }

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

background-color css

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

 a { background-color: rgb(237,208,197); }

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

border-color css

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

 span { border-color: rgb(237,208,197); }

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