Html Css Color HEX #EFB373 Tacao

📋 copy color: '#EFB373'

red 239 ◦ green 179 ◦ blue 115

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

Shades of Tacao #EFB373

Tints of Tacao #EFB373

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.58%

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

R = 44.84%
G = 33.58%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFB373 (or 0xEFB373) is known color: Tacao. HEX triplet: EF, B3 and 73. RGB value is (239,179,115). Sum of RGB (Red+Green+Blue) = 239+179+115=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 115 (45.31% from 255 or 21.58% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB373 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB373 is #104C8C. Grayscale: #BDBDBD. Windows color (decimal): -1068173 or 7582703. OLE color: 7582703.

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

Color convert

RGB 239 179 115 -
CMYK 0 0.25 0.52 0.06
HSL 30.97º 0.79% 0.69% -
HSV(B) 30.97º 0.52% 0.94% -
XYZ 54.81 51.83 23.33 -
YUV 189.64 85.88 163.2 -
System Red Green Blue C M Y K H S L
Decimal 239 179 115 0 0.25 0.52 0.06 30.97 0.79 0.69
Hex EF B3 73 0 19 34 6 1F 4F 45
Octal 357 263 163 0 31 64 6 37 117 105
Binary 11101111 10110011 1110011 0 11001 110100 110 11111 1001111 1000101

Color Harmonies of #EFB373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB373

Black with #EFB373

Text Example


Text Example

White with #EFB373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB373; }

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

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

background-color css

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

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

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

border-color css

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

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

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