Html Css Color HEX #EFB86D Harvest Gold

📋 copy color: '#EFB86D'

red 239 ◦ green 184 ◦ blue 109

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

Shades of Harvest Gold #EFB86D

Tints of Harvest Gold #EFB86D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.59%

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

R = 44.92%
G = 34.59%
B = 20.49%

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

#EFB86D (or 0xEFB86D) is known color: Harvest Gold. HEX triplet: EF, B8 and 6D. RGB value is (239,184,109). Sum of RGB (Red+Green+Blue) = 239+184+109=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 184 (72.27% from 255 or 34.59% from 532); Blue value is 109 (42.97% from 255 or 20.49% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB86D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB86D is #104792. Grayscale: #C0C0C0. Windows color (decimal): -1066899 or 7190767. OLE color: 7190767.

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

Color convert

RGB 239 184 109 -
CMYK 0 0.23 0.54 0.06
HSL 34.62º 0.8% 0.68% -
HSV(B) 34.62º 0.54% 0.94% -
XYZ 55.5 53.74 21.92 -
YUV 191.9 81.22 161.6 -
System Red Green Blue C M Y K H S L
Decimal 239 184 109 0 0.23 0.54 0.06 34.62 0.8 0.68
Hex EF B8 6D 0 17 36 6 23 50 44
Octal 357 270 155 0 27 66 6 43 120 104
Binary 11101111 10111000 1101101 0 10111 110110 110 100011 1010000 1000100

Color Harmonies of #EFB86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB86D

Black with #EFB86D

Text Example


Text Example

White with #EFB86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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