Html Css Color HEX #EFB76D Harvest Gold

📋 copy color: '#EFB76D'

red 239 ◦ green 183 ◦ blue 109

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

Shades of Harvest Gold #EFB76D

Tints of Harvest Gold #EFB76D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.46%

 BLUE value IS 109 (42.97% from 255) = 20.53%

R = 45.01%
G = 34.46%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFB76D (or 0xEFB76D) is known color: Harvest Gold. HEX triplet: EF, B7 and 6D. RGB value is (239,183,109). Sum of RGB (Red+Green+Blue) = 239+183+109=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 183 (71.88% from 255 or 34.46% from 531); Blue value is 109 (42.97% from 255 or 20.53% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB76D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB76D is #104892. Grayscale: #BFBFBF. Windows color (decimal): -1067155 or 7190511. OLE color: 7190511.

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

Color convert

RGB 239 183 109 -
CMYK 0 0.23 0.54 0.06
HSL 34.15º 0.8% 0.68% -
HSV(B) 34.15º 0.54% 0.94% -
XYZ 55.29 53.32 21.85 -
YUV 191.31 81.55 162.02 -
System Red Green Blue C M Y K H S L
Decimal 239 183 109 0 0.23 0.54 0.06 34.15 0.8 0.68
Hex EF B7 6D 0 17 36 6 22 50 44
Octal 357 267 155 0 27 66 6 42 120 104
Binary 11101111 10110111 1101101 0 10111 110110 110 100010 1010000 1000100

Color Harmonies of #EFB76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB76D

Black with #EFB76D

Text Example


Text Example

White with #EFB76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB76D; }

 p { color: rgb(239,183,109); }

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

background-color css

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

 a { background-color: rgb(239,183,109); }

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

border-color css

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

 span { border-color: rgb(239,183,109); }

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