Html Css Color HEX #EFB4AA Shilo

📋 copy color: '#EFB4AA'

red 239 ◦ green 180 ◦ blue 170

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

Shades of Shilo #EFB4AA

Tints of Shilo #EFB4AA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.56%

 BLUE value IS 170 (66.8% from 255) = 28.86%

R = 40.58%
G = 30.56%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EFB4AA (or 0xEFB4AA) is known color: Shilo. HEX triplet: EF, B4 and AA. RGB value is (239,180,170). Sum of RGB (Red+Green+Blue) = 239+180+170=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 180 (70.70% from 255 or 30.56% from 589); Blue value is 170 (66.80% from 255 or 28.86% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB4AA is #104B55. Grayscale: #C4C4C4. Windows color (decimal): -1067862 or 11187439. OLE color: 11187439.

HSL color Cylindrical-coordinate representation of color #EFB4AA: hue angle of 8.7º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFB4AA is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 180 170 -
CMYK 0 0.25 0.29 0.06
HSL 8.7º 0.68% 0.8% -
HSV(B) 8.7º 0.29% 0.94% -
XYZ 59.17 53.9 45.31 -
YUV 196.5 113.05 158.31 -
System Red Green Blue C M Y K H S L
Decimal 239 180 170 0 0.25 0.29 0.06 8.7 0.68 0.8
Hex EF B4 AA 0 19 1D 6 9 44 50
Octal 357 264 252 0 31 35 6 11 104 120
Binary 11101111 10110100 10101010 0 11001 11101 110 1001 1000100 1010000

Color Harmonies of #EFB4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB4AA

Black with #EFB4AA

Text Example


Text Example

White with #EFB4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB4AA; }

 p { color: rgb(239,180,170); }

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

background-color css

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

 a { background-color: rgb(239,180,170); }

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

border-color css

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

 span { border-color: rgb(239,180,170); }

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