Html Css Color HEX #EFB4A6 Shilo

📋 copy color: '#EFB4A6'

red 239 ◦ green 180 ◦ blue 166

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

Shades of Shilo #EFB4A6

Tints of Shilo #EFB4A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 28.38%

R = 40.85%
G = 30.77%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EFB4A6 (or 0xEFB4A6) is known color: Shilo. HEX triplet: EF, B4 and A6. RGB value is (239,180,166). Sum of RGB (Red+Green+Blue) = 239+180+166=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 180 (70.70% from 255 or 30.77% from 585); Blue value is 166 (65.23% from 255 or 28.38% from 585); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB4A6 is #104B59. Grayscale: #C4C4C4. Windows color (decimal): -1067866 or 10925295. OLE color: 10925295.

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

Color convert

RGB 239 180 166 -
CMYK 0 0.25 0.31 0.06
HSL 11.51º 0.7% 0.79% -
HSV(B) 11.51º 0.31% 0.94% -
XYZ 58.8 53.75 43.35 -
YUV 196.05 111.05 158.64 -
System Red Green Blue C M Y K H S L
Decimal 239 180 166 0 0.25 0.31 0.06 11.51 0.7 0.79
Hex EF B4 A6 0 19 1F 6 C 46 4F
Octal 357 264 246 0 31 37 6 14 106 117
Binary 11101111 10110100 10100110 0 11001 11111 110 1100 1000110 1001111

Color Harmonies of #EFB4A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB4A6

Black with #EFB4A6

Text Example


Text Example

White with #EFB4A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB4A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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