Html Css Color HEX #EDCCB8 Watusi

📋 copy color: '#EDCCB8'

red 237 ◦ green 204 ◦ blue 184

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

Shades of Watusi #EDCCB8

Tints of Watusi #EDCCB8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.64%

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

R = 37.92%
G = 32.64%
B = 29.44%

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

#EDCCB8 (or 0xEDCCB8) is known color: Watusi. HEX triplet: ED, CC and B8. RGB value is (237,204,184). Sum of RGB (Red+Green+Blue) = 237+204+184=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 184 (72.27% from 255 or 29.44% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCB8 is #123347. Grayscale: #D3D3D3. Windows color (decimal): -1192776 or 12111085. OLE color: 12111085.

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

Color convert

RGB 237 204 184 -
CMYK 0 0.14 0.22 0.07
HSL 22.64º 0.6% 0.83% -
HSV(B) 22.64º 0.22% 0.93% -
XYZ 65.17 64.65 54.39 -
YUV 211.59 112.43 146.13 -
System Red Green Blue C M Y K H S L
Decimal 237 204 184 0 0.14 0.22 0.07 22.64 0.6 0.83
Hex ED CC B8 0 E 16 7 17 3C 53
Octal 355 314 270 0 16 26 7 27 74 123
Binary 11101101 11001100 10111000 0 1110 10110 111 10111 111100 1010011

Color Harmonies of #EDCCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCCB8

Black with #EDCCB8

Text Example


Text Example

White with #EDCCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCCB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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