Html Css Color HEX #EFB070 Tacao

📋 copy color: '#EFB070'

red 239 ◦ green 176 ◦ blue 112

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

Shades of Tacao #EFB070

Tints of Tacao #EFB070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.25%

R = 45.35%
G = 33.4%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EFB070 (or 0xEFB070) is known color: Tacao. HEX triplet: EF, B0 and 70. RGB value is (239,176,112). Sum of RGB (Red+Green+Blue) = 239+176+112=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB070 is #104F8F. Grayscale: #BBBBBB. Windows color (decimal): -1068944 or 7385327. OLE color: 7385327.

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

Color convert

RGB 239 176 112 -
CMYK 0 0.26 0.53 0.06
HSL 30.24º 0.8% 0.69% -
HSV(B) 30.24º 0.53% 0.94% -
XYZ 54.05 50.57 22.24 -
YUV 187.54 85.37 164.7 -
System Red Green Blue C M Y K H S L
Decimal 239 176 112 0 0.26 0.53 0.06 30.24 0.8 0.69
Hex EF B0 70 0 1A 35 6 1E 50 45
Octal 357 260 160 0 32 65 6 36 120 105
Binary 11101111 10110000 1110000 0 11010 110101 110 11110 1010000 1000101

Color Harmonies of #EFB070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB070

Black with #EFB070

Text Example


Text Example

White with #EFB070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB070; }

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

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

background-color css

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

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

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

border-color css

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

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

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