Html Css Color HEX #EFCFB9 Watusi

📋 copy color: '#EFCFB9'

red 239 ◦ green 207 ◦ blue 185

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

Shades of Watusi #EFCFB9

Tints of Watusi #EFCFB9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.81%

 BLUE value IS 185 (72.66% from 255) = 29.32%

R = 37.88%
G = 32.81%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EFCFB9 (or 0xEFCFB9) is known color: Watusi. HEX triplet: EF, CF and B9. RGB value is (239,207,185). Sum of RGB (Red+Green+Blue) = 239+207+185=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 185 (72.66% from 255 or 29.32% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFB9 is #103046. Grayscale: #D6D6D6. Windows color (decimal): -1060935 or 12177391. OLE color: 12177391.

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

Color convert

RGB 239 207 185 -
CMYK 0 0.13 0.23 0.06
HSL 24.44º 0.63% 0.83% -
HSV(B) 24.44º 0.23% 0.94% -
XYZ 66.67 66.48 55.22 -
YUV 214.06 111.6 145.79 -
System Red Green Blue C M Y K H S L
Decimal 239 207 185 0 0.13 0.23 0.06 24.44 0.63 0.83
Hex EF CF B9 0 D 17 6 18 3F 53
Octal 357 317 271 0 15 27 6 30 77 123
Binary 11101111 11001111 10111001 0 1101 10111 110 11000 111111 1010011

Color Harmonies of #EFCFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCFB9

Black with #EFCFB9

Text Example


Text Example

White with #EFCFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCFB9; }

 p { color: rgb(239,207,185); }

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

background-color css

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

 a { background-color: rgb(239,207,185); }

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

border-color css

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

 span { border-color: rgb(239,207,185); }

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