Html Css Color HEX #EFAF73 Tacao

📋 copy color: '#EFAF73'

red 239 ◦ green 175 ◦ blue 115

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

Shades of Tacao #EFAF73

Tints of Tacao #EFAF73

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.08%

 BLUE value IS 115 (45.31% from 255) = 21.74%

R = 45.18%
G = 33.08%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFAF73 (or 0xEFAF73) is known color: Tacao. HEX triplet: EF, AF and 73. RGB value is (239,175,115). Sum of RGB (Red+Green+Blue) = 239+175+115=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 115 (45.31% from 255 or 21.74% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAF73 is #10508C. Grayscale: #BBBBBB. Windows color (decimal): -1069197 or 7581679. OLE color: 7581679.

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

Color convert

RGB 239 175 115 -
CMYK 0 0.27 0.52 0.06
HSL 29.03º 0.79% 0.69% -
HSV(B) 29.03º 0.52% 0.94% -
XYZ 54.02 50.25 23.07 -
YUV 187.3 87.2 164.88 -
System Red Green Blue C M Y K H S L
Decimal 239 175 115 0 0.27 0.52 0.06 29.03 0.79 0.69
Hex EF AF 73 0 1B 34 6 1D 4F 45
Octal 357 257 163 0 33 64 6 35 117 105
Binary 11101111 10101111 1110011 0 11011 110100 110 11101 1001111 1000101

Color Harmonies of #EFAF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAF73

Black with #EFAF73

Text Example


Text Example

White with #EFAF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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