Html Css Color HEX #EFB3A5 Shilo

📋 copy color: '#EFB3A5'

red 239 ◦ green 179 ◦ blue 165

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

Shades of Shilo #EFB3A5

Tints of Shilo #EFB3A5

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.7%

 BLUE value IS 165 (64.84% from 255) = 28.3%

R = 40.99%
G = 30.7%
B = 28.3%

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

#EFB3A5 (or 0xEFB3A5) is known color: Shilo. HEX triplet: EF, B3 and A5. RGB value is (239,179,165). Sum of RGB (Red+Green+Blue) = 239+179+165=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 179 (70.31% from 255 or 30.70% from 583); Blue value is 165 (64.84% from 255 or 28.30% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB3A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB3A5 is #104C5A. Grayscale: #C3C3C3. Windows color (decimal): -1068123 or 10859503. OLE color: 10859503.

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

Color convert

RGB 239 179 165 -
CMYK 0 0.25 0.31 0.06
HSL 11.35º 0.7% 0.79% -
HSV(B) 11.35º 0.31% 0.94% -
XYZ 58.51 53.31 42.8 -
YUV 195.34 110.88 159.14 -
System Red Green Blue C M Y K H S L
Decimal 239 179 165 0 0.25 0.31 0.06 11.35 0.7 0.79
Hex EF B3 A5 0 19 1F 6 B 46 4F
Octal 357 263 245 0 31 37 6 13 106 117
Binary 11101111 10110011 10100101 0 11001 11111 110 1011 1000110 1001111

Color Harmonies of #EFB3A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB3A5

Black with #EFB3A5

Text Example


Text Example

White with #EFB3A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB3A5; }

 p { color: rgb(239,179,165); }

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

background-color css

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

 a { background-color: rgb(239,179,165); }

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

border-color css

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

 span { border-color: rgb(239,179,165); }

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