Html Css Color HEX #EFAE82 Tacao

📋 copy color: '#EFAE82'

red 239 ◦ green 174 ◦ blue 130

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

Shades of Tacao #EFAE82

Tints of Tacao #EFAE82

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.04%

 BLUE value IS 130 (51.17% from 255) = 23.94%

R = 44.01%
G = 32.04%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFAE82 (or 0xEFAE82) is known color: Tacao. HEX triplet: EF, AE and 82. RGB value is (239,174,130). Sum of RGB (Red+Green+Blue) = 239+174+130=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 130 (51.17% from 255 or 23.94% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAE82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAE82 is #10517D. Grayscale: #BCBCBC. Windows color (decimal): -1069438 or 8564463. OLE color: 8564463.

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

Color convert

RGB 239 174 130 -
CMYK 0 0.27 0.46 0.06
HSL 24.22º 0.77% 0.72% -
HSV(B) 24.22º 0.46% 0.94% -
XYZ 54.76 50.23 27.93 -
YUV 188.42 95.03 164.08 -
System Red Green Blue C M Y K H S L
Decimal 239 174 130 0 0.27 0.46 0.06 24.22 0.77 0.72
Hex EF AE 82 0 1B 2E 6 18 4D 48
Octal 357 256 202 0 33 56 6 30 115 110
Binary 11101111 10101110 10000010 0 11011 101110 110 11000 1001101 1001000

Color Harmonies of #EFAE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAE82

Black with #EFAE82

Text Example


Text Example

White with #EFAE82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAE82; }

 p { color: rgb(239,174,130); }

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

background-color css

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

 a { background-color: rgb(239,174,130); }

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

border-color css

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

 span { border-color: rgb(239,174,130); }

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