Html Css Color HEX #EFB073 Tacao

📋 copy color: '#EFB073'

red 239 ◦ green 176 ◦ blue 115

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

Shades of Tacao #EFB073

Tints of Tacao #EFB073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.7%

R = 45.09%
G = 33.21%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFB073 (or 0xEFB073) is known color: Tacao. HEX triplet: EF, B0 and 73. RGB value is (239,176,115). Sum of RGB (Red+Green+Blue) = 239+176+115=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 115 (45.31% from 255 or 21.70% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB073 is #104F8C. Grayscale: #BCBCBC. Windows color (decimal): -1068941 or 7581935. OLE color: 7581935.

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

Color convert

RGB 239 176 115 -
CMYK 0 0.26 0.52 0.06
HSL 29.52º 0.79% 0.69% -
HSV(B) 29.52º 0.52% 0.94% -
XYZ 54.22 50.64 23.14 -
YUV 187.88 86.87 164.46 -
System Red Green Blue C M Y K H S L
Decimal 239 176 115 0 0.26 0.52 0.06 29.52 0.79 0.69
Hex EF B0 73 0 1A 34 6 1E 4F 45
Octal 357 260 163 0 32 64 6 36 117 105
Binary 11101111 10110000 1110011 0 11010 110100 110 11110 1001111 1000101

Color Harmonies of #EFB073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB073

Black with #EFB073

Text Example


Text Example

White with #EFB073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB073; }

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

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

background-color css

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

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

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

border-color css

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

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

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