Html Css Color HEX #EFACA5 Sundown

📋 copy color: '#EFACA5'

red 239 ◦ green 172 ◦ blue 165

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

Shades of Sundown #EFACA5

Tints of Sundown #EFACA5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.86%

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

R = 41.49%
G = 29.86%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EFACA5 (or 0xEFACA5) is known color: Sundown. HEX triplet: EF, AC and A5. RGB value is (239,172,165). Sum of RGB (Red+Green+Blue) = 239+172+165=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 165 (64.84% from 255 or 28.65% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFACA5 is #10535A. Grayscale: #BFBFBF. Windows color (decimal): -1069915 or 10857711. OLE color: 10857711.

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

Color convert

RGB 239 172 165 -
CMYK 0 0.28 0.31 0.06
HSL 5.68º 0.7% 0.79% -
HSV(B) 5.68º 0.31% 0.94% -
XYZ 57.14 50.57 42.35 -
YUV 191.24 113.2 162.07 -
System Red Green Blue C M Y K H S L
Decimal 239 172 165 0 0.28 0.31 0.06 5.68 0.7 0.79
Hex EF AC A5 0 1C 1F 6 6 46 4F
Octal 357 254 245 0 34 37 6 6 106 117
Binary 11101111 10101100 10100101 0 11100 11111 110 110 1000110 1001111

Color Harmonies of #EFACA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACA5

Black with #EFACA5

Text Example


Text Example

White with #EFACA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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