Html Css Color HEX #EFCCBA Watusi

📋 copy color: '#EFCCBA'

red 239 ◦ green 204 ◦ blue 186

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

Shades of Watusi #EFCCBA

Tints of Watusi #EFCCBA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.43%

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

R = 38%
G = 32.43%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFCCBA (or 0xEFCCBA) is known color: Watusi. HEX triplet: EF, CC and BA. RGB value is (239,204,186). Sum of RGB (Red+Green+Blue) = 239+204+186=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 186 (73.05% from 255 or 29.57% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCBA is #103345. Grayscale: #D4D4D4. Windows color (decimal): -1061702 or 12242159. OLE color: 12242159.

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

Color convert

RGB 239 204 186 -
CMYK 0 0.15 0.22 0.06
HSL 20.38º 0.62% 0.83% -
HSV(B) 20.38º 0.22% 0.94% -
XYZ 66.05 65.08 55.54 -
YUV 212.41 113.1 146.96 -
System Red Green Blue C M Y K H S L
Decimal 239 204 186 0 0.15 0.22 0.06 20.38 0.62 0.83
Hex EF CC BA 0 F 16 6 14 3E 53
Octal 357 314 272 0 17 26 6 24 76 123
Binary 11101111 11001100 10111010 0 1111 10110 110 10100 111110 1010011

Color Harmonies of #EFCCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCCBA

Black with #EFCCBA

Text Example


Text Example

White with #EFCCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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