Html Css Color HEX #EFB86F Harvest Gold

📋 copy color: '#EFB86F'

red 239 ◦ green 184 ◦ blue 111

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

Shades of Harvest Gold #EFB86F

Tints of Harvest Gold #EFB86F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.79%

R = 44.76%
G = 34.46%
B = 20.79%

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

#EFB86F (or 0xEFB86F) is known color: Harvest Gold. HEX triplet: EF, B8 and 6F. RGB value is (239,184,111). Sum of RGB (Red+Green+Blue) = 239+184+111=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 184 (72.27% from 255 or 34.46% from 534); Blue value is 111 (43.75% from 255 or 20.79% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB86F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB86F is #104790. Grayscale: #C0C0C0. Windows color (decimal): -1066897 or 7321839. OLE color: 7321839.

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

Color convert

RGB 239 184 111 -
CMYK 0 0.23 0.54 0.06
HSL 34.22º 0.8% 0.69% -
HSV(B) 34.22º 0.54% 0.94% -
XYZ 55.61 53.78 22.49 -
YUV 192.12 82.22 161.44 -
System Red Green Blue C M Y K H S L
Decimal 239 184 111 0 0.23 0.54 0.06 34.22 0.8 0.69
Hex EF B8 6F 0 17 36 6 22 50 45
Octal 357 270 157 0 27 66 6 42 120 105
Binary 11101111 10111000 1101111 0 10111 110110 110 100010 1010000 1000101

Color Harmonies of #EFB86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB86F

Black with #EFB86F

Text Example


Text Example

White with #EFB86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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