Html Css Color HEX #EFCDBE Watusi

📋 copy color: '#EFCDBE'

red 239 ◦ green 205 ◦ blue 190

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

Shades of Watusi #EFCDBE

Tints of Watusi #EFCDBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 29.97%

R = 37.7%
G = 32.33%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFCDBE (or 0xEFCDBE) is known color: Watusi. HEX triplet: EF, CD and BE. RGB value is (239,205,190). Sum of RGB (Red+Green+Blue) = 239+205+190=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 190 (74.61% from 255 or 29.97% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDBE is #103241. Grayscale: #D5D5D5. Windows color (decimal): -1061442 or 12504559. OLE color: 12504559.

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

Color convert

RGB 239 205 190 -
CMYK 0 0.14 0.21 0.06
HSL 18.37º 0.6% 0.84% -
HSV(B) 18.37º 0.21% 0.94% -
XYZ 66.72 65.73 57.89 -
YUV 213.46 114.76 146.22 -
System Red Green Blue C M Y K H S L
Decimal 239 205 190 0 0.14 0.21 0.06 18.37 0.6 0.84
Hex EF CD BE 0 E 15 6 12 3C 54
Octal 357 315 276 0 16 25 6 22 74 124
Binary 11101111 11001101 10111110 0 1110 10101 110 10010 111100 1010100

Color Harmonies of #EFCDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCDBE

Black with #EFCDBE

Text Example


Text Example

White with #EFCDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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