Html Css Color HEX #EDCBBE Watusi

📋 copy color: '#EDCBBE'

red 237 ◦ green 203 ◦ blue 190

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

Shades of Watusi #EDCBBE

Tints of Watusi #EDCBBE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.22%

 BLUE value IS 190 (74.61% from 255) = 30.16%

R = 37.62%
G = 32.22%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EDCBBE (or 0xEDCBBE) is known color: Watusi. HEX triplet: ED, CB and BE. RGB value is (237,203,190). Sum of RGB (Red+Green+Blue) = 237+203+190=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBBE is #123441. Grayscale: #D3D3D3. Windows color (decimal): -1193026 or 12504045. OLE color: 12504045.

HSL color Cylindrical-coordinate representation of color #EDCBBE: hue angle of 16.6º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDCBBE is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 203 190 -
CMYK 0 0.14 0.20 0.07
HSL 16.6º 0.57% 0.84% -
HSV(B) 16.6º 0.2% 0.93% -
XYZ 65.58 64.43 57.7 -
YUV 211.68 115.76 146.06 -
System Red Green Blue C M Y K H S L
Decimal 237 203 190 0 0.14 0.20 0.07 16.6 0.57 0.84
Hex ED CB BE 0 E 14 7 11 39 54
Octal 355 313 276 0 16 24 7 21 71 124
Binary 11101101 11001011 10111110 0 1110 10100 111 10001 111001 1010100

Color Harmonies of #EDCBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCBBE

Black with #EDCBBE

Text Example


Text Example

White with #EDCBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCBBE; }

 p { color: rgb(237,203,190); }

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

background-color css

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

 a { background-color: rgb(237,203,190); }

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

border-color css

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

 span { border-color: rgb(237,203,190); }

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