Html Css Color HEX #EFB86E Harvest Gold

📋 copy color: '#EFB86E'

red 239 ◦ green 184 ◦ blue 110

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

Shades of Harvest Gold #EFB86E

Tints of Harvest Gold #EFB86E

RGB

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

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

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

R = 44.84%
G = 34.52%
B = 20.64%

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

#EFB86E (or 0xEFB86E) is known color: Harvest Gold. HEX triplet: EF, B8 and 6E. RGB value is (239,184,110). Sum of RGB (Red+Green+Blue) = 239+184+110=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 184 (72.27% from 255 or 34.52% from 533); Blue value is 110 (43.36% from 255 or 20.64% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB86E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB86E is #104791. Grayscale: #C0C0C0. Windows color (decimal): -1066898 or 7256303. OLE color: 7256303.

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

Color convert

RGB 239 184 110 -
CMYK 0 0.23 0.54 0.06
HSL 34.42º 0.8% 0.68% -
HSV(B) 34.42º 0.54% 0.94% -
XYZ 55.55 53.76 22.2 -
YUV 192.01 81.72 161.52 -
System Red Green Blue C M Y K H S L
Decimal 239 184 110 0 0.23 0.54 0.06 34.42 0.8 0.68
Hex EF B8 6E 0 17 36 6 22 50 44
Octal 357 270 156 0 27 66 6 42 120 104
Binary 11101111 10111000 1101110 0 10111 110110 110 100010 1010000 1000100

Color Harmonies of #EFB86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB86E

Black with #EFB86E

Text Example


Text Example

White with #EFB86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB86E; }

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

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

background-color css

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

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

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

border-color css

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

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

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