Html Css Color HEX #EFB477 Tacao

📋 copy color: '#EFB477'

red 239 ◦ green 180 ◦ blue 119

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

Shades of Tacao #EFB477

Tints of Tacao #EFB477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.12%

R = 44.42%
G = 33.46%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EFB477 (or 0xEFB477) is known color: Tacao. HEX triplet: EF, B4 and 77. RGB value is (239,180,119). Sum of RGB (Red+Green+Blue) = 239+180+119=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 119 (46.88% from 255 or 22.12% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB477 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB477 is #104B88. Grayscale: #BEBEBE. Windows color (decimal): -1067913 or 7845103. OLE color: 7845103.

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

Color convert

RGB 239 180 119 -
CMYK 0 0.25 0.50 0.06
HSL 30.5º 0.79% 0.7% -
HSV(B) 30.5º 0.5% 0.94% -
XYZ 55.25 52.33 24.64 -
YUV 190.69 87.55 162.46 -
System Red Green Blue C M Y K H S L
Decimal 239 180 119 0 0.25 0.50 0.06 30.5 0.79 0.7
Hex EF B4 77 0 19 32 6 1E 4F 46
Octal 357 264 167 0 31 62 6 36 117 106
Binary 11101111 10110100 1110111 0 11001 110010 110 11110 1001111 1000110

Color Harmonies of #EFB477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB477

Black with #EFB477

Text Example


Text Example

White with #EFB477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB477; }

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

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

background-color css

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

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

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

border-color css

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

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

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