Html Css Color HEX #EFB479 Tacao

📋 copy color: '#EFB479'

red 239 ◦ green 180 ◦ blue 121

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

Shades of Tacao #EFB479

Tints of Tacao #EFB479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 22.41%

R = 44.26%
G = 33.33%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EFB479 (or 0xEFB479) is known color: Tacao. HEX triplet: EF, B4 and 79. RGB value is (239,180,121). Sum of RGB (Red+Green+Blue) = 239+180+121=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 180 (70.70% from 255 or 33.33% from 540); Blue value is 121 (47.66% from 255 or 22.41% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB479 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB479 is #104B86. Grayscale: #BFBFBF. Windows color (decimal): -1067911 or 7976175. OLE color: 7976175.

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

Color convert

RGB 239 180 121 -
CMYK 0 0.25 0.49 0.06
HSL 30º 0.79% 0.71% -
HSV(B) 30º 0.49% 0.94% -
XYZ 55.37 52.37 25.28 -
YUV 190.92 88.55 162.3 -
System Red Green Blue C M Y K H S L
Decimal 239 180 121 0 0.25 0.49 0.06 30 0.79 0.71
Hex EF B4 79 0 19 31 6 1E 4F 47
Octal 357 264 171 0 31 61 6 36 117 107
Binary 11101111 10110100 1111001 0 11001 110001 110 11110 1001111 1000111

Color Harmonies of #EFB479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB479

Black with #EFB479

Text Example


Text Example

White with #EFB479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB479; }

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

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

background-color css

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

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

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

border-color css

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

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

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