Html Css Color HEX #EFB080 Tacao

📋 copy color: '#EFB080'

red 239 ◦ green 176 ◦ blue 128

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

Shades of Tacao #EFB080

Tints of Tacao #EFB080

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.41%

 BLUE value IS 128 (50.39% from 255) = 23.57%

R = 44.01%
G = 32.41%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFB080 (or 0xEFB080) is known color: Tacao. HEX triplet: EF, B0 and 80. RGB value is (239,176,128). Sum of RGB (Red+Green+Blue) = 239+176+128=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB080 is #104F7F. Grayscale: #BDBDBD. Windows color (decimal): -1068928 or 8433903. OLE color: 8433903.

HSL color Cylindrical-coordinate representation of color #EFB080: hue angle of 25.95º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFB080 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 176 128 -
CMYK 0 0.26 0.46 0.06
HSL 25.95º 0.78% 0.72% -
HSV(B) 25.95º 0.46% 0.94% -
XYZ 55.02 50.96 27.36 -
YUV 189.37 93.37 163.4 -
System Red Green Blue C M Y K H S L
Decimal 239 176 128 0 0.26 0.46 0.06 25.95 0.78 0.72
Hex EF B0 80 0 1A 2E 6 1A 4E 48
Octal 357 260 200 0 32 56 6 32 116 110
Binary 11101111 10110000 10000000 0 11010 101110 110 11010 1001110 1001000

Color Harmonies of #EFB080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB080

Black with #EFB080

Text Example


Text Example

White with #EFB080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB080; }

 p { color: rgb(239,176,128); }

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

background-color css

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

 a { background-color: rgb(239,176,128); }

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

border-color css

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

 span { border-color: rgb(239,176,128); }

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