Html Css Color HEX #EFCDB9 Watusi

📋 copy color: '#EFCDB9'

red 239 ◦ green 205 ◦ blue 185

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

Shades of Watusi #EFCDB9

Tints of Watusi #EFCDB9

RGB

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

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

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

R = 38%
G = 32.59%
B = 29.41%

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

#EFCDB9 (or 0xEFCDB9) is known color: Watusi. HEX triplet: EF, CD and B9. RGB value is (239,205,185). Sum of RGB (Red+Green+Blue) = 239+205+185=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 185 (72.66% from 255 or 29.41% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDB9 is #103246. Grayscale: #D4D4D4. Windows color (decimal): -1061447 or 12176879. OLE color: 12176879.

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

Color convert

RGB 239 205 185 -
CMYK 0 0.14 0.23 0.06
HSL 22.22º 0.63% 0.83% -
HSV(B) 22.22º 0.23% 0.94% -
XYZ 66.18 65.52 55.06 -
YUV 212.89 112.26 146.63 -
System Red Green Blue C M Y K H S L
Decimal 239 205 185 0 0.14 0.23 0.06 22.22 0.63 0.83
Hex EF CD B9 0 E 17 6 16 3F 53
Octal 357 315 271 0 16 27 6 26 77 123
Binary 11101111 11001101 10111001 0 1110 10111 110 10110 111111 1010011

Color Harmonies of #EFCDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCDB9

Black with #EFCDB9

Text Example


Text Example

White with #EFCDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCDB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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