Html Css Color HEX #EDCCBA Watusi

📋 copy color: '#EDCCBA'

red 237 ◦ green 204 ◦ blue 186

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

Shades of Watusi #EDCCBA

Tints of Watusi #EDCCBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.67%

R = 37.8%
G = 32.54%
B = 29.67%

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

#EDCCBA (or 0xEDCCBA) is known color: Watusi. HEX triplet: ED, CC and BA. RGB value is (237,204,186). Sum of RGB (Red+Green+Blue) = 237+204+186=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 186 (73.05% from 255 or 29.67% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCBA is #123345. Grayscale: #D3D3D3. Windows color (decimal): -1192774 or 12242157. OLE color: 12242157.

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

Color convert

RGB 237 204 186 -
CMYK 0 0.14 0.22 0.07
HSL 21.18º 0.59% 0.83% -
HSV(B) 21.18º 0.22% 0.93% -
XYZ 65.38 64.74 55.5 -
YUV 211.82 113.43 145.96 -
System Red Green Blue C M Y K H S L
Decimal 237 204 186 0 0.14 0.22 0.07 21.18 0.59 0.83
Hex ED CC BA 0 E 16 7 15 3B 53
Octal 355 314 272 0 16 26 7 25 73 123
Binary 11101101 11001100 10111010 0 1110 10110 111 10101 111011 1010011

Color Harmonies of #EDCCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCCBA

Black with #EDCCBA

Text Example


Text Example

White with #EDCCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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