Html Css Color HEX #EDCEB9 Watusi

📋 copy color: '#EDCEB9'

red 237 ◦ green 206 ◦ blue 185

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

Shades of Watusi #EDCEB9

Tints of Watusi #EDCEB9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.8%

 BLUE value IS 185 (72.66% from 255) = 29.46%

R = 37.74%
G = 32.8%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EDCEB9 (or 0xEDCEB9) is known color: Watusi. HEX triplet: ED, CE and B9. RGB value is (237,206,185). Sum of RGB (Red+Green+Blue) = 237+206+185=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 206 (80.86% from 255 or 32.80% from 628); Blue value is 185 (72.66% from 255 or 29.46% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCEB9 is #123146. Grayscale: #D4D4D4. Windows color (decimal): -1192263 or 12177133. OLE color: 12177133.

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

Color convert

RGB 237 206 185 -
CMYK 0 0.13 0.22 0.07
HSL 24.23º 0.59% 0.83% -
HSV(B) 24.23º 0.22% 0.93% -
XYZ 65.75 65.65 55.11 -
YUV 212.88 112.27 145.21 -
System Red Green Blue C M Y K H S L
Decimal 237 206 185 0 0.13 0.22 0.07 24.23 0.59 0.83
Hex ED CE B9 0 D 16 7 18 3B 53
Octal 355 316 271 0 15 26 7 30 73 123
Binary 11101101 11001110 10111001 0 1101 10110 111 11000 111011 1010011

Color Harmonies of #EDCEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCEB9

Black with #EDCEB9

Text Example


Text Example

White with #EDCEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCEB9; }

 p { color: rgb(237,206,185); }

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

background-color css

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

 a { background-color: rgb(237,206,185); }

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

border-color css

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

 span { border-color: rgb(237,206,185); }

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