Html Css Color HEX #EFB2AA Sundown

📋 copy color: '#EFB2AA'

red 239 ◦ green 178 ◦ blue 170

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

Shades of Sundown #EFB2AA

Tints of Sundown #EFB2AA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.32%

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

R = 40.72%
G = 30.32%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EFB2AA (or 0xEFB2AA) is known color: Sundown. HEX triplet: EF, B2 and AA. RGB value is (239,178,170). Sum of RGB (Red+Green+Blue) = 239+178+170=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB2AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB2AA is #104D55. Grayscale: #C3C3C3. Windows color (decimal): -1068374 or 11186927. OLE color: 11186927.

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

Color convert

RGB 239 178 170 -
CMYK 0 0.26 0.29 0.06
HSL 6.96º 0.68% 0.8% -
HSV(B) 6.96º 0.29% 0.94% -
XYZ 58.77 53.09 45.18 -
YUV 195.33 113.71 159.15 -
System Red Green Blue C M Y K H S L
Decimal 239 178 170 0 0.26 0.29 0.06 6.96 0.68 0.8
Hex EF B2 AA 0 1A 1D 6 7 44 50
Octal 357 262 252 0 32 35 6 7 104 120
Binary 11101111 10110010 10101010 0 11010 11101 110 111 1000100 1010000

Color Harmonies of #EFB2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB2AA

Black with #EFB2AA

Text Example


Text Example

White with #EFB2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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