Html Css Color HEX #EFAF7B Tacao

📋 copy color: '#EFAF7B'

red 239 ◦ green 175 ◦ blue 123

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

Shades of Tacao #EFAF7B

Tints of Tacao #EFAF7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 22.91%

R = 44.51%
G = 32.59%
B = 22.91%

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

#EFAF7B (or 0xEFAF7B) is known color: Tacao. HEX triplet: EF, AF and 7B. RGB value is (239,175,123). Sum of RGB (Red+Green+Blue) = 239+175+123=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 123 (48.44% from 255 or 22.91% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAF7B is #105084. Grayscale: #BCBCBC. Windows color (decimal): -1069189 or 8105967. OLE color: 8105967.

HSL color Cylindrical-coordinate representation of color #EFAF7B: hue angle of 26.9º degrees, saturation: 0.78, 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 #EFAF7B is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 175 123 -
CMYK 0 0.27 0.49 0.06
HSL 26.9º 0.78% 0.71% -
HSV(B) 26.9º 0.49% 0.94% -
XYZ 54.5 50.44 25.6 -
YUV 188.21 91.2 164.23 -
System Red Green Blue C M Y K H S L
Decimal 239 175 123 0 0.27 0.49 0.06 26.9 0.78 0.71
Hex EF AF 7B 0 1B 31 6 1B 4E 47
Octal 357 257 173 0 33 61 6 33 116 107
Binary 11101111 10101111 1111011 0 11011 110001 110 11011 1001110 1000111

Color Harmonies of #EFAF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAF7B

Black with #EFAF7B

Text Example


Text Example

White with #EFAF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAF7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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