Html Css Color HEX #EFCEBD Watusi

📋 copy color: '#EFCEBD'

red 239 ◦ green 206 ◦ blue 189

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

Shades of Watusi #EFCEBD

Tints of Watusi #EFCEBD

RGB

 RED value IS 239 (93.75% from 255) = 37.7%

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

 BLUE value IS 189 (74.22% from 255) = 29.81%

R = 37.7%
G = 32.49%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFCEBD (or 0xEFCEBD) is known color: Watusi. HEX triplet: EF, CE and BD. RGB value is (239,206,189). Sum of RGB (Red+Green+Blue) = 239+206+189=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCEBD is #103142. Grayscale: #D6D6D6. Windows color (decimal): -1061187 or 12439279. OLE color: 12439279.

HSL color Cylindrical-coordinate representation of color #EFCEBD: hue angle of 20.4º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFCEBD is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 206 189 -
CMYK 0 0.14 0.21 0.06
HSL 20.4º 0.61% 0.84% -
HSV(B) 20.4º 0.21% 0.94% -
XYZ 66.85 66.17 57.39 -
YUV 213.93 113.93 145.88 -
System Red Green Blue C M Y K H S L
Decimal 239 206 189 0 0.14 0.21 0.06 20.4 0.61 0.84
Hex EF CE BD 0 E 15 6 14 3D 54
Octal 357 316 275 0 16 25 6 24 75 124
Binary 11101111 11001110 10111101 0 1110 10101 110 10100 111101 1010100

Color Harmonies of #EFCEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCEBD

Black with #EFCEBD

Text Example


Text Example

White with #EFCEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCEBD; }

 p { color: rgb(239,206,189); }

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

background-color css

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

 a { background-color: rgb(239,206,189); }

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

border-color css

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

 span { border-color: rgb(239,206,189); }

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