Html Css Color HEX #EFA972 Tacao

📋 copy color: '#EFA972'

red 239 ◦ green 169 ◦ blue 114

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

Shades of Tacao #EFA972

Tints of Tacao #EFA972

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.38%

 BLUE value IS 114 (44.92% from 255) = 21.84%

R = 45.79%
G = 32.38%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFA972 (or 0xEFA972) is known color: Tacao. HEX triplet: EF, A9 and 72. RGB value is (239,169,114). Sum of RGB (Red+Green+Blue) = 239+169+114=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 169 (66.41% from 255 or 32.38% from 522); Blue value is 114 (44.92% from 255 or 21.84% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA972 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA972 is #10568D. Grayscale: #B7B7B7. Windows color (decimal): -1070734 or 7514607. OLE color: 7514607.

HSL color Cylindrical-coordinate representation of color #EFA972: hue angle of 26.4º degrees, saturation: 0.8, 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 #EFA972 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 169 114 -
CMYK 0 0.29 0.52 0.06
HSL 26.4º 0.8% 0.69% -
HSV(B) 26.4º 0.52% 0.94% -
XYZ 52.82 47.94 22.39 -
YUV 183.66 88.69 167.47 -
System Red Green Blue C M Y K H S L
Decimal 239 169 114 0 0.29 0.52 0.06 26.4 0.8 0.69
Hex EF A9 72 0 1D 34 6 1A 50 45
Octal 357 251 162 0 35 64 6 32 120 105
Binary 11101111 10101001 1110010 0 11101 110100 110 11010 1010000 1000101

Color Harmonies of #EFA972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA972

Black with #EFA972

Text Example


Text Example

White with #EFA972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA972; }

 p { color: rgb(239,169,114); }

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

background-color css

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

 a { background-color: rgb(239,169,114); }

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

border-color css

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

 span { border-color: rgb(239,169,114); }

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