Html Css Color HEX #EFB075 Tacao

📋 copy color: '#EFB075'

red 239 ◦ green 176 ◦ blue 117

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

Shades of Tacao #EFB075

Tints of Tacao #EFB075

RGB

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

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

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

R = 44.92%
G = 33.08%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFB075 (or 0xEFB075) is known color: Tacao. HEX triplet: EF, B0 and 75. RGB value is (239,176,117). Sum of RGB (Red+Green+Blue) = 239+176+117=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 117 (46.09% from 255 or 21.99% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB075 is #104F8A. Grayscale: #BCBCBC. Windows color (decimal): -1068939 or 7713007. OLE color: 7713007.

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

Color convert

RGB 239 176 117 -
CMYK 0 0.26 0.51 0.06
HSL 29.02º 0.79% 0.7% -
HSV(B) 29.02º 0.51% 0.94% -
XYZ 54.33 50.69 23.75 -
YUV 188.11 87.87 164.3 -
System Red Green Blue C M Y K H S L
Decimal 239 176 117 0 0.26 0.51 0.06 29.02 0.79 0.7
Hex EF B0 75 0 1A 33 6 1D 4F 46
Octal 357 260 165 0 32 63 6 35 117 106
Binary 11101111 10110000 1110101 0 11010 110011 110 11101 1001111 1000110

Color Harmonies of #EFB075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB075

Black with #EFB075

Text Example


Text Example

White with #EFB075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB075; }

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

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

background-color css

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

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

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

border-color css

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

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

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