Html Css Color HEX #EFCDB7 Watusi

📋 copy color: '#EFCDB7'

red 239 ◦ green 205 ◦ blue 183

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

Shades of Watusi #EFCDB7

Tints of Watusi #EFCDB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 29.19%

R = 38.12%
G = 32.7%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EFCDB7 (or 0xEFCDB7) is known color: Watusi. HEX triplet: EF, CD and B7. RGB value is (239,205,183). Sum of RGB (Red+Green+Blue) = 239+205+183=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 183 (71.88% from 255 or 29.19% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDB7 is #103248. Grayscale: #D4D4D4. Windows color (decimal): -1061449 or 12045807. OLE color: 12045807.

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

Color convert

RGB 239 205 183 -
CMYK 0 0.14 0.23 0.06
HSL 23.57º 0.64% 0.83% -
HSV(B) 23.57º 0.23% 0.94% -
XYZ 65.98 65.43 53.95 -
YUV 212.66 111.26 146.79 -
System Red Green Blue C M Y K H S L
Decimal 239 205 183 0 0.14 0.23 0.06 23.57 0.64 0.83
Hex EF CD B7 0 E 17 6 18 40 53
Octal 357 315 267 0 16 27 6 30 100 123
Binary 11101111 11001101 10110111 0 1110 10111 110 11000 1000000 1010011

Color Harmonies of #EFCDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCDB7

Black with #EFCDB7

Text Example


Text Example

White with #EFCDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCDB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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