Html Css Color HEX #EFB1AF Sundown

📋 copy color: '#EFB1AF'

red 239 ◦ green 177 ◦ blue 175

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

Shades of Sundown #EFB1AF

Tints of Sundown #EFB1AF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.95%

 BLUE value IS 175 (68.75% from 255) = 29.61%

R = 40.44%
G = 29.95%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFB1AF (or 0xEFB1AF) is known color: Sundown. HEX triplet: EF, B1 and AF. RGB value is (239,177,175). Sum of RGB (Red+Green+Blue) = 239+177+175=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 177 (69.53% from 255 or 29.95% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB1AF is #104E50. Grayscale: #C3C3C3. Windows color (decimal): -1068625 or 11514351. OLE color: 11514351.

HSL color Cylindrical-coordinate representation of color #EFB1AF: hue angle of 1.88º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFB1AF is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 177 175 -
CMYK 0 0.26 0.27 0.06
HSL 1.88º 0.67% 0.81% -
HSV(B) 1.88º 0.27% 0.94% -
XYZ 59.06 52.89 47.65 -
YUV 195.31 116.54 159.16 -
System Red Green Blue C M Y K H S L
Decimal 239 177 175 0 0.26 0.27 0.06 1.88 0.67 0.81
Hex EF B1 AF 0 1A 1B 6 2 43 51
Octal 357 261 257 0 32 33 6 2 103 121
Binary 11101111 10110001 10101111 0 11010 11011 110 10 1000011 1010001

Color Harmonies of #EFB1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB1AF

Black with #EFB1AF

Text Example


Text Example

White with #EFB1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB1AF; }

 p { color: rgb(239,177,175); }

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

background-color css

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

 a { background-color: rgb(239,177,175); }

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

border-color css

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

 span { border-color: rgb(239,177,175); }

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