Html Css Color HEX #EFB475 Tacao

📋 copy color: '#EFB475'

red 239 ◦ green 180 ◦ blue 117

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

Shades of Tacao #EFB475

Tints of Tacao #EFB475

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.58%

 BLUE value IS 117 (46.09% from 255) = 21.83%

R = 44.59%
G = 33.58%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFB475 (or 0xEFB475) is known color: Tacao. HEX triplet: EF, B4 and 75. RGB value is (239,180,117). Sum of RGB (Red+Green+Blue) = 239+180+117=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 117 (46.09% from 255 or 21.83% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB475 is #104B8A. Grayscale: #BEBEBE. Windows color (decimal): -1067915 or 7714031. OLE color: 7714031.

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

Color convert

RGB 239 180 117 -
CMYK 0 0.25 0.51 0.06
HSL 30.98º 0.79% 0.7% -
HSV(B) 30.98º 0.51% 0.94% -
XYZ 55.13 52.28 24.01 -
YUV 190.46 86.55 162.62 -
System Red Green Blue C M Y K H S L
Decimal 239 180 117 0 0.25 0.51 0.06 30.98 0.79 0.7
Hex EF B4 75 0 19 33 6 1F 4F 46
Octal 357 264 165 0 31 63 6 37 117 106
Binary 11101111 10110100 1110101 0 11001 110011 110 11111 1001111 1000110

Color Harmonies of #EFB475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB475

Black with #EFB475

Text Example


Text Example

White with #EFB475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB475; }

 p { color: rgb(239,180,117); }

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

background-color css

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

 a { background-color: rgb(239,180,117); }

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

border-color css

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

 span { border-color: rgb(239,180,117); }

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