Html Css Color HEX #EFAF7A Tacao

📋 copy color: '#EFAF7A'

red 239 ◦ green 175 ◦ blue 122

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

Shades of Tacao #EFAF7A

Tints of Tacao #EFAF7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.76%

R = 44.59%
G = 32.65%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EFAF7A (or 0xEFAF7A) is known color: Tacao. HEX triplet: EF, AF and 7A. RGB value is (239,175,122). Sum of RGB (Red+Green+Blue) = 239+175+122=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAF7A is #105085. Grayscale: #BCBCBC. Windows color (decimal): -1069190 or 8040431. OLE color: 8040431.

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

Color convert

RGB 239 175 122 -
CMYK 0 0.27 0.49 0.06
HSL 27.18º 0.79% 0.71% -
HSV(B) 27.18º 0.49% 0.94% -
XYZ 54.44 50.42 25.27 -
YUV 188.09 90.7 164.31 -
System Red Green Blue C M Y K H S L
Decimal 239 175 122 0 0.27 0.49 0.06 27.18 0.79 0.71
Hex EF AF 7A 0 1B 31 6 1B 4F 47
Octal 357 257 172 0 33 61 6 33 117 107
Binary 11101111 10101111 1111010 0 11011 110001 110 11011 1001111 1000111

Color Harmonies of #EFAF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAF7A

Black with #EFAF7A

Text Example


Text Example

White with #EFAF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAF7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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