Html Css Color HEX #EDCDBA Watusi

📋 copy color: '#EDCDBA'

red 237 ◦ green 205 ◦ blue 186

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

Shades of Watusi #EDCDBA

Tints of Watusi #EDCDBA

RGB

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

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

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

R = 37.74%
G = 32.64%
B = 29.62%

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

#EDCDBA (or 0xEDCDBA) is known color: Watusi. HEX triplet: ED, CD and BA. RGB value is (237,205,186). Sum of RGB (Red+Green+Blue) = 237+205+186=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDBA is #123245. Grayscale: #D4D4D4. Windows color (decimal): -1192518 or 12242413. OLE color: 12242413.

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

Color convert

RGB 237 205 186 -
CMYK 0 0.14 0.22 0.07
HSL 22.35º 0.59% 0.83% -
HSV(B) 22.35º 0.22% 0.93% -
XYZ 65.62 65.21 55.58 -
YUV 212.4 113.1 145.54 -
System Red Green Blue C M Y K H S L
Decimal 237 205 186 0 0.14 0.22 0.07 22.35 0.59 0.83
Hex ED CD BA 0 E 16 7 16 3B 53
Octal 355 315 272 0 16 26 7 26 73 123
Binary 11101101 11001101 10111010 0 1110 10110 111 10110 111011 1010011

Color Harmonies of #EDCDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCDBA

Black with #EDCDBA

Text Example


Text Example

White with #EDCDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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