Html Css Color HEX #EFB07C Tacao

📋 copy color: '#EFB07C'

red 239 ◦ green 176 ◦ blue 124

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

Shades of Tacao #EFB07C

Tints of Tacao #EFB07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.01%

R = 44.34%
G = 32.65%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFB07C (or 0xEFB07C) is known color: Tacao. HEX triplet: EF, B0 and 7C. RGB value is (239,176,124). Sum of RGB (Red+Green+Blue) = 239+176+124=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 124 (48.83% from 255 or 23.01% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB07C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB07C is #104F83. Grayscale: #BDBDBD. Windows color (decimal): -1068932 or 8171759. OLE color: 8171759.

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

Color convert

RGB 239 176 124 -
CMYK 0 0.26 0.48 0.06
HSL 27.13º 0.78% 0.71% -
HSV(B) 27.13º 0.48% 0.94% -
XYZ 54.76 50.86 26 -
YUV 188.91 91.37 163.73 -
System Red Green Blue C M Y K H S L
Decimal 239 176 124 0 0.26 0.48 0.06 27.13 0.78 0.71
Hex EF B0 7C 0 1A 30 6 1B 4E 47
Octal 357 260 174 0 32 60 6 33 116 107
Binary 11101111 10110000 1111100 0 11010 110000 110 11011 1001110 1000111

Color Harmonies of #EFB07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB07C

Black with #EFB07C

Text Example


Text Example

White with #EFB07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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