Html Css Color HEX #EFB76C Harvest Gold

📋 copy color: '#EFB76C'

red 239 ◦ green 183 ◦ blue 108

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

Shades of Harvest Gold #EFB76C

Tints of Harvest Gold #EFB76C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.38%

R = 45.09%
G = 34.53%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EFB76C (or 0xEFB76C) is known color: Harvest Gold. HEX triplet: EF, B7 and 6C. RGB value is (239,183,108). Sum of RGB (Red+Green+Blue) = 239+183+108=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 183 (71.88% from 255 or 34.53% from 530); Blue value is 108 (42.58% from 255 or 20.38% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB76C is #104893. Grayscale: #BFBFBF. Windows color (decimal): -1067156 or 7124975. OLE color: 7124975.

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

Color convert

RGB 239 183 108 -
CMYK 0 0.23 0.55 0.06
HSL 34.35º 0.8% 0.68% -
HSV(B) 34.35º 0.55% 0.94% -
XYZ 55.24 53.3 21.56 -
YUV 191.19 81.05 162.1 -
System Red Green Blue C M Y K H S L
Decimal 239 183 108 0 0.23 0.55 0.06 34.35 0.8 0.68
Hex EF B7 6C 0 17 37 6 22 50 44
Octal 357 267 154 0 27 67 6 42 120 104
Binary 11101111 10110111 1101100 0 10111 110111 110 100010 1010000 1000100

Color Harmonies of #EFB76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB76C

Black with #EFB76C

Text Example


Text Example

White with #EFB76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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