Html Css Color HEX #EFCDB8 Watusi

📋 copy color: '#EFCDB8'

red 239 ◦ green 205 ◦ blue 184

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

Shades of Watusi #EFCDB8

Tints of Watusi #EFCDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 29.3%

R = 38.06%
G = 32.64%
B = 29.3%

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

#EFCDB8 (or 0xEFCDB8) is known color: Watusi. HEX triplet: EF, CD and B8. RGB value is (239,205,184). Sum of RGB (Red+Green+Blue) = 239+205+184=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 184 (72.27% from 255 or 29.30% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDB8 is #103247. Grayscale: #D4D4D4. Windows color (decimal): -1061448 or 12111343. OLE color: 12111343.

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

Color convert

RGB 239 205 184 -
CMYK 0 0.14 0.23 0.06
HSL 22.91º 0.63% 0.83% -
HSV(B) 22.91º 0.23% 0.94% -
XYZ 66.08 65.47 54.5 -
YUV 212.77 111.76 146.71 -
System Red Green Blue C M Y K H S L
Decimal 239 205 184 0 0.14 0.23 0.06 22.91 0.63 0.83
Hex EF CD B8 0 E 17 6 17 3F 53
Octal 357 315 270 0 16 27 6 27 77 123
Binary 11101111 11001101 10111000 0 1110 10111 110 10111 111111 1010011

Color Harmonies of #EFCDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCDB8

Black with #EFCDB8

Text Example


Text Example

White with #EFCDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCDB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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