Html Css Color HEX #EFCDBA Watusi

📋 copy color: '#EFCDBA'

red 239 ◦ green 205 ◦ blue 186

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

Shades of Watusi #EFCDBA

Tints of Watusi #EFCDBA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.54%

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

R = 37.94%
G = 32.54%
B = 29.52%

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

#EFCDBA (or 0xEFCDBA) is known color: Watusi. HEX triplet: EF, CD and BA. RGB value is (239,205,186). Sum of RGB (Red+Green+Blue) = 239+205+186=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 186 (73.05% from 255 or 29.52% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDBA is #103245. Grayscale: #D5D5D5. Windows color (decimal): -1061446 or 12242415. OLE color: 12242415.

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

Color convert

RGB 239 205 186 -
CMYK 0 0.14 0.22 0.06
HSL 21.51º 0.62% 0.83% -
HSV(B) 21.51º 0.22% 0.94% -
XYZ 66.29 65.56 55.61 -
YUV 213 112.76 146.54 -
System Red Green Blue C M Y K H S L
Decimal 239 205 186 0 0.14 0.22 0.06 21.51 0.62 0.83
Hex EF CD BA 0 E 16 6 16 3E 53
Octal 357 315 272 0 16 26 6 26 76 123
Binary 11101111 11001101 10111010 0 1110 10110 110 10110 111110 1010011

Color Harmonies of #EFCDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCDBA

Black with #EFCDBA

Text Example


Text Example

White with #EFCDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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