Html Css Color HEX #EDCDB8 Watusi

📋 copy color: '#EDCDB8'

red 237 ◦ green 205 ◦ blue 184

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

Shades of Watusi #EDCDB8

Tints of Watusi #EDCDB8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.75%

 BLUE value IS 184 (72.27% from 255) = 29.39%

R = 37.86%
G = 32.75%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EDCDB8 (or 0xEDCDB8) is known color: Watusi. HEX triplet: ED, CD and B8. RGB value is (237,205,184). Sum of RGB (Red+Green+Blue) = 237+205+184=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 184 (72.27% from 255 or 29.39% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDB8 is #123247. Grayscale: #D4D4D4. Windows color (decimal): -1192520 or 12111341. OLE color: 12111341.

HSL color Cylindrical-coordinate representation of color #EDCDB8: hue angle of 23.77º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDCDB8 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 205 184 -
CMYK 0 0.14 0.22 0.07
HSL 23.77º 0.6% 0.83% -
HSV(B) 23.77º 0.22% 0.93% -
XYZ 65.41 65.13 54.47 -
YUV 212.17 112.1 145.71 -
System Red Green Blue C M Y K H S L
Decimal 237 205 184 0 0.14 0.22 0.07 23.77 0.6 0.83
Hex ED CD B8 0 E 16 7 18 3C 53
Octal 355 315 270 0 16 26 7 30 74 123
Binary 11101101 11001101 10111000 0 1110 10110 111 11000 111100 1010011

Color Harmonies of #EDCDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCDB8

Black with #EDCDB8

Text Example


Text Example

White with #EDCDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCDB8; }

 p { color: rgb(237,205,184); }

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

background-color css

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

 a { background-color: rgb(237,205,184); }

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

border-color css

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

 span { border-color: rgb(237,205,184); }

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