Html Css Color HEX #EFB37D Tacao

📋 copy color: '#EFB37D'

red 239 ◦ green 179 ◦ blue 125

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

Shades of Tacao #EFB37D

Tints of Tacao #EFB37D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.97%

 BLUE value IS 125 (49.22% from 255) = 23.02%

R = 44.01%
G = 32.97%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFB37D (or 0xEFB37D) is known color: Tacao. HEX triplet: EF, B3 and 7D. RGB value is (239,179,125). Sum of RGB (Red+Green+Blue) = 239+179+125=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 179 (70.31% from 255 or 32.97% from 543); Blue value is 125 (49.22% from 255 or 23.02% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB37D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB37D is #104C82. Grayscale: #BFBFBF. Windows color (decimal): -1068163 or 8238063. OLE color: 8238063.

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

Color convert

RGB 239 179 125 -
CMYK 0 0.25 0.48 0.06
HSL 28.42º 0.78% 0.71% -
HSV(B) 28.42º 0.48% 0.94% -
XYZ 55.42 52.07 26.53 -
YUV 190.78 90.88 162.39 -
System Red Green Blue C M Y K H S L
Decimal 239 179 125 0 0.25 0.48 0.06 28.42 0.78 0.71
Hex EF B3 7D 0 19 30 6 1C 4E 47
Octal 357 263 175 0 31 60 6 34 116 107
Binary 11101111 10110011 1111101 0 11001 110000 110 11100 1001110 1000111

Color Harmonies of #EFB37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB37D

Black with #EFB37D

Text Example


Text Example

White with #EFB37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB37D; }

 p { color: rgb(239,179,125); }

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

background-color css

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

 a { background-color: rgb(239,179,125); }

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

border-color css

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

 span { border-color: rgb(239,179,125); }

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