Html Css Color HEX #EFAE7D Tacao

📋 copy color: '#EFAE7D'

red 239 ◦ green 174 ◦ blue 125

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

Shades of Tacao #EFAE7D

Tints of Tacao #EFAE7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.23%

R = 44.42%
G = 32.34%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFAE7D (or 0xEFAE7D) is known color: Tacao. HEX triplet: EF, AE and 7D. RGB value is (239,174,125). Sum of RGB (Red+Green+Blue) = 239+174+125=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAE7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAE7D is #105182. Grayscale: #BCBCBC. Windows color (decimal): -1069443 or 8236783. OLE color: 8236783.

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

Color convert

RGB 239 174 125 -
CMYK 0 0.27 0.48 0.06
HSL 25.79º 0.78% 0.71% -
HSV(B) 25.79º 0.48% 0.94% -
XYZ 54.43 50.1 26.2 -
YUV 187.85 92.53 164.48 -
System Red Green Blue C M Y K H S L
Decimal 239 174 125 0 0.27 0.48 0.06 25.79 0.78 0.71
Hex EF AE 7D 0 1B 30 6 1A 4E 47
Octal 357 256 175 0 33 60 6 32 116 107
Binary 11101111 10101110 1111101 0 11011 110000 110 11010 1001110 1000111

Color Harmonies of #EFAE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAE7D

Black with #EFAE7D

Text Example


Text Example

White with #EFAE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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