Html Css Color HEX #EFA378 Tacao

📋 copy color: '#EFA378'

red 239 ◦ green 163 ◦ blue 120

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

Shades of Tacao #EFA378

Tints of Tacao #EFA378

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.23%

 BLUE value IS 120 (47.27% from 255) = 22.99%

R = 45.79%
G = 31.23%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EFA378 (or 0xEFA378) is known color: Tacao. HEX triplet: EF, A3 and 78. RGB value is (239,163,120). Sum of RGB (Red+Green+Blue) = 239+163+120=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 120 (47.27% from 255 or 22.99% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA378 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA378 is #105C87. Grayscale: #B5B5B5. Windows color (decimal): -1072264 or 7906287. OLE color: 7906287.

HSL color Cylindrical-coordinate representation of color #EFA378: hue angle of 21.68º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFA378 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 163 120 -
CMYK 0 0.32 0.50 0.06
HSL 21.68º 0.79% 0.7% -
HSV(B) 21.68º 0.5% 0.94% -
XYZ 52.08 45.9 23.88 -
YUV 180.82 93.68 169.5 -
System Red Green Blue C M Y K H S L
Decimal 239 163 120 0 0.32 0.50 0.06 21.68 0.79 0.7
Hex EF A3 78 0 20 32 6 16 4F 46
Octal 357 243 170 0 40 62 6 26 117 106
Binary 11101111 10100011 1111000 0 100000 110010 110 10110 1001111 1000110

Color Harmonies of #EFA378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA378

Black with #EFA378

Text Example


Text Example

White with #EFA378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA378; }

 p { color: rgb(239,163,120); }

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

background-color css

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

 a { background-color: rgb(239,163,120); }

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

border-color css

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

 span { border-color: rgb(239,163,120); }

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