Html Css Color HEX #EDCFBB Watusi

📋 copy color: '#EDCFBB'

red 237 ◦ green 207 ◦ blue 187

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

Shades of Watusi #EDCFBB

Tints of Watusi #EDCFBB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.81%

 BLUE value IS 187 (73.44% from 255) = 29.64%

R = 37.56%
G = 32.81%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EDCFBB (or 0xEDCFBB) is known color: Watusi. HEX triplet: ED, CF and BB. RGB value is (237,207,187). Sum of RGB (Red+Green+Blue) = 237+207+187=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCFBB is #123044. Grayscale: #D5D5D5. Windows color (decimal): -1192005 or 12308461. OLE color: 12308461.

HSL color Cylindrical-coordinate representation of color #EDCFBB: hue angle of 24º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDCFBB is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 207 187 -
CMYK 0 0.13 0.21 0.07
HSL 24º 0.58% 0.83% -
HSV(B) 24º 0.21% 0.93% -
XYZ 66.21 66.22 56.31 -
YUV 213.69 112.94 144.63 -
System Red Green Blue C M Y K H S L
Decimal 237 207 187 0 0.13 0.21 0.07 24 0.58 0.83
Hex ED CF BB 0 D 15 7 18 3A 53
Octal 355 317 273 0 15 25 7 30 72 123
Binary 11101101 11001111 10111011 0 1101 10101 111 11000 111010 1010011

Color Harmonies of #EDCFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCFBB

Black with #EDCFBB

Text Example


Text Example

White with #EDCFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCFBB; }

 p { color: rgb(237,207,187); }

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

background-color css

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

 a { background-color: rgb(237,207,187); }

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

border-color css

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

 span { border-color: rgb(237,207,187); }

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