Html Css Color HEX #EFCEBA Watusi

📋 copy color: '#EFCEBA'

red 239 ◦ green 206 ◦ blue 186

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

Shades of Watusi #EFCEBA

Tints of Watusi #EFCEBA

RGB

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

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

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

R = 37.88%
G = 32.65%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFCEBA (or 0xEFCEBA) is known color: Watusi. HEX triplet: EF, CE and BA. RGB value is (239,206,186). Sum of RGB (Red+Green+Blue) = 239+206+186=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCEBA is #103145. Grayscale: #D5D5D5. Windows color (decimal): -1061190 or 12242671. OLE color: 12242671.

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

Color convert

RGB 239 206 186 -
CMYK 0 0.14 0.22 0.06
HSL 22.64º 0.62% 0.83% -
HSV(B) 22.64º 0.22% 0.94% -
XYZ 66.53 66.04 55.69 -
YUV 213.59 112.43 146.13 -
System Red Green Blue C M Y K H S L
Decimal 239 206 186 0 0.14 0.22 0.06 22.64 0.62 0.83
Hex EF CE BA 0 E 16 6 17 3E 53
Octal 357 316 272 0 16 26 6 27 76 123
Binary 11101111 11001110 10111010 0 1110 10110 110 10111 111110 1010011

Color Harmonies of #EFCEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCEBA

Black with #EFCEBA

Text Example


Text Example

White with #EFCEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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