Html Css Color HEX #EFB86C Harvest Gold

📋 copy color: '#EFB86C'

red 239 ◦ green 184 ◦ blue 108

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

Shades of Harvest Gold #EFB86C

Tints of Harvest Gold #EFB86C

RGB

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

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

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

R = 45.01%
G = 34.65%
B = 20.34%

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

#EFB86C (or 0xEFB86C) is known color: Harvest Gold. HEX triplet: EF, B8 and 6C. RGB value is (239,184,108). Sum of RGB (Red+Green+Blue) = 239+184+108=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 108 (42.58% from 255 or 20.34% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB86C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB86C is #104793. Grayscale: #C0C0C0. Windows color (decimal): -1066900 or 7125231. OLE color: 7125231.

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

Color convert

RGB 239 184 108 -
CMYK 0 0.23 0.55 0.06
HSL 34.81º 0.8% 0.68% -
HSV(B) 34.81º 0.55% 0.94% -
XYZ 55.44 53.71 21.63 -
YUV 191.78 80.72 161.68 -
System Red Green Blue C M Y K H S L
Decimal 239 184 108 0 0.23 0.55 0.06 34.81 0.8 0.68
Hex EF B8 6C 0 17 37 6 23 50 44
Octal 357 270 154 0 27 67 6 43 120 104
Binary 11101111 10111000 1101100 0 10111 110111 110 100011 1010000 1000100

Color Harmonies of #EFB86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB86C

Black with #EFB86C

Text Example


Text Example

White with #EFB86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB86C; }

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

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

background-color css

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

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

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

border-color css

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

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

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