Html Css Color HEX #EFB76E Harvest Gold

📋 copy color: '#EFB76E'

red 239 ◦ green 183 ◦ blue 110

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

Shades of Harvest Gold #EFB76E

Tints of Harvest Gold #EFB76E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.68%

R = 44.92%
G = 34.4%
B = 20.68%

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

#EFB76E (or 0xEFB76E) is known color: Harvest Gold. HEX triplet: EF, B7 and 6E. RGB value is (239,183,110). Sum of RGB (Red+Green+Blue) = 239+183+110=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 183 (71.88% from 255 or 34.40% from 532); Blue value is 110 (43.36% from 255 or 20.68% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB76E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB76E is #104891. Grayscale: #BFBFBF. Windows color (decimal): -1067154 or 7256047. OLE color: 7256047.

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

Color convert

RGB 239 183 110 -
CMYK 0 0.23 0.54 0.06
HSL 33.95º 0.8% 0.68% -
HSV(B) 33.95º 0.54% 0.94% -
XYZ 55.34 53.34 22.13 -
YUV 191.42 82.05 161.94 -
System Red Green Blue C M Y K H S L
Decimal 239 183 110 0 0.23 0.54 0.06 33.95 0.8 0.68
Hex EF B7 6E 0 17 36 6 22 50 44
Octal 357 267 156 0 27 66 6 42 120 104
Binary 11101111 10110111 1101110 0 10111 110110 110 100010 1010000 1000100

Color Harmonies of #EFB76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB76E

Black with #EFB76E

Text Example


Text Example

White with #EFB76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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